From d63fe319b481c03e3e974eef4131cabe0f1d74f4 Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Fri, 14 Dec 2012 03:52:07 +0000 Subject: [PATCH] this should make the hosts reboot one at a time --- playbooks/host-reboot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/host-reboot.yml b/playbooks/host-reboot.yml index 42a4623f35..8a8a1b110d 100644 --- a/playbooks/host-reboot.yml +++ b/playbooks/host-reboot.yml @@ -3,6 +3,7 @@ - name: reboot hosts hosts: $hosts user: root + serial: 1 tasks: - name: see if it needs to be rebooted