You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible/playbook
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.
14 years ago
..
__init__.py Adds the 'serial' keyword to a playbook which controls how many hosts can be running through a playbook at a single time. 14 years ago
play.py Adds the 'serial' keyword to a playbook which controls how many hosts can be running through a playbook at a single time. 14 years ago
task.py Adds 'delegate_to' as a task option which can be used to signal load balancers and outage windows. 14 years ago