summaryrefslogtreecommitdiff
path: root/mikrotik.yml
diff options
context:
space:
mode:
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