Advertisement
ZX_CV

reboot.yaml

Apr 28th, 2024
1,027
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.22 KB | None | 0 0
  1. reboot.yaml
  2.  
  3. ---
  4. - name: Reboot perangkat RouterOS
  5.   hosts: routers
  6.   gather_facts: no
  7.   tasks:
  8.     - name: Reboot perangkat
  9.       community.routeros.command:
  10.         commands:
  11.          - "/execute {/system reboot;}"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement