community.general/lib/ansible
Michael DeHaan 9f6d98844e If the inventory file is EXECUTABLE, treat it as a file returning JSON, if called directly, return the host
and groups list.  If called with an argument of a host name, return the key=value data for that particular
host.
2012-03-30 19:06:14 -04:00
..
__init__.py Adding version and author to ansible init. 2012-03-07 12:02:05 -05:00
connection.py Purge unused imports per pyflakes 2012-03-15 23:06:59 -04:00
constants.py Add async polling logic to runner. Will add to playbook shortly, have to diagnose why paramiko 2012-03-11 18:40:35 -04:00
errors.py Update example to use correct service state; minor pep8 indent/spacing fixes 2012-03-15 23:10:03 -04:00
playbook.py Update example to use correct service state; minor pep8 indent/spacing fixes 2012-03-15 23:10:03 -04:00
runner.py If the inventory file is EXECUTABLE, treat it as a file returning JSON, if called directly, return the host 2012-03-30 19:06:14 -04:00
utils.py auto call the file module after copy/template module usage in runner 2012-03-15 22:32:14 -04:00