summaryrefslogtreecommitdiff
path: root/mikrotik.yml
blob: 99e22835ff2d67b03ab02307d212a3a1dce0650f (about) (plain)
1
2
3
4
5
6
7
8
9
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