ansible/lib
Michael DeHaan 898d7676f7 Adds the 'serial' keyword to a playbook which controls how many hosts can be running through a playbook at a single time.
The default is 0, which means all hosts.  If set to 1, each host would run a playbook all the way through before moving
on the next host.  Fact gathering is still parallel, regardless of the serial setting.
2012-08-18 09:52:13 -04:00
..
ansible Adds the 'serial' keyword to a playbook which controls how many hosts can be running through a playbook at a single time. 2012-08-18 09:52:13 -04:00