community.general/lib/ansible
Jeroen Hoekx c5cae87eca Refactor inventory code out of Runner.
This introduces the Inventory class.

Playbook uses the internals of Runner to limit the number of hosts to poll
asynchronously. To accomodate this, Inventory can be restricted to specific
hosts.
2012-04-16 09:16:28 +02:00
..
__init__.py Bump release to 0.0.2 2012-04-03 09:51:05 -04:00
callbacks.py Warn if no hosts matched 2012-04-11 21:05:46 -04:00
connection.py Add support for specifying sudo passwords to both ansible & playbook. Nopasswd sudo is no longer required. 2012-04-13 19:06:11 -04:00
constants.py Add support for specifying sudo passwords to both ansible & playbook. Nopasswd sudo is no longer required. 2012-04-13 19:06:11 -04:00
errors.py Update example to use correct service state; minor pep8 indent/spacing fixes 2012-03-15 23:10:03 -04:00
inventory.py Refactor inventory code out of Runner. 2012-04-16 09:16:28 +02:00
playbook.py Refactor inventory code out of Runner. 2012-04-16 09:16:28 +02:00
runner.py Refactor inventory code out of Runner. 2012-04-16 09:16:28 +02:00
utils.py Update manpages, fix missing variable assignment 2012-04-13 19:33:19 -04:00