diff options
| author | Oleg Pykhalov <go.wigust@gmail.com> | 2019-04-09 23:38:33 +0300 |
|---|---|---|
| committer | Oleg Pykhalov <go.wigust@gmail.com> | 2019-04-09 23:39:27 +0300 |
| commit | 2d84acb1a2015aee271e94aa665a4c18e7549b0e (patch) | |
| tree | 97ab7873f36557931fb6cab01a48c58ccfe80977 | |
| download | ansible-wigust-playbooks-2d84acb1a2015aee271e94aa665a4c18e7549b0e.tar.gz | |
Initial commit.
| -rw-r--r-- | mikrotik.yml | 10 |
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 |
