ansible/lib/ansible
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
..
inventory 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
playbook 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
runner Moved Runner's ReturnData class to a seperate file. 2012-08-18 09:30:33 -04:00
__init__.py Release bump 2012-08-06 19:55:27 -04:00
callbacks.py The command module was not reporting on errors like the other modules when the module failed 2012-08-16 21:44:59 -04:00
color.py formatting 2012-08-11 18:41:36 -04:00
constants.py Adding ability to set ssh args from config file 2012-08-14 20:13:02 -04:00
errors.py Add 'polite' YAML syntax validation and hinting. Closes #798 2012-08-07 18:24:47 -04:00
module_common.py Add module common code to allow it to be easier to indicate whether arguments are mutually exclusive, required in conjunction, or whether one of a list of arguments is required. This simplifies writing Python modules. 2012-08-11 18:13:29 -04:00
utils.py Syntax changes necessary to make test-module work with Python 2.4 2012-08-17 10:35:17 -05:00