summaryrefslogtreecommitdiff
path: root/mikrotik.yml
diff options
context:
space:
mode:
authorOleg Pykhalov <go.wigust@gmail.com>2019-04-09 23:38:33 +0300
committerOleg Pykhalov <go.wigust@gmail.com>2019-04-09 23:39:27 +0300
commit2d84acb1a2015aee271e94aa665a4c18e7549b0e (patch)
tree97ab7873f36557931fb6cab01a48c58ccfe80977 /mikrotik.yml
downloadansible-wigust-playbooks-2d84acb1a2015aee271e94aa665a4c18e7549b0e.tar.gz
Initial commit.
Diffstat (limited to 'mikrotik.yml')
-rw-r--r--mikrotik.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/mikrotik.yml b/mikrotik.yml
new file mode 100644
index 0000000..99e2283
--- /dev/null
+++ b/mikrotik.yml
@@ -0,0 +1,10 @@
+- name: Hello MikroTik
+ hosts: all
+ tasks:
+ - name: Print routeros system information
+ routeros_command:
+ commands:
+ - /system routerboard print
+ register: output
+ - name: Display output
+ debug: var=outputx