1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible/inventory
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
..
__init__.py 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
expand_hosts.py whitespace + remove deprecated YAML parser (migration script lives in examples/scripts and warning was added 2012-08-06 20:07:02 -04:00
group.py Load parent groups when processing group_vars 2012-08-14 19:48:33 -04:00
host.py Remove unused imports. 2012-08-09 21:35:22 -07:00
ini.py Remove unused imports. 2012-08-09 21:35:22 -07:00
script.py Remove unused imports. 2012-08-09 21:35:22 -07:00