this should make the hosts reboot one at a time

This commit is contained in:
Seth Vidal 2012-12-14 03:52:07 +00:00
parent b7c8261d42
commit d63fe319b4

View file

@ -3,6 +3,7 @@
- name: reboot hosts
hosts: $hosts
user: root
serial: 1
tasks:
- name: see if it needs to be rebooted