Advertisement
Guest User

reboot.yaml

a guest
Nov 12th, 2019
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.13 KB | None | 0 0
  1. - hosts: all  
  2.   gather_facts: false  
  3.  
  4.   tasks:
  5.   - name: Reboot the machines  
  6.     reboot:
  7.       reboot_timeout: 180
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement