community.general/lib/ansible
Michael DeHaan 5fa3d9b148 Teach playbooks to template locally to eliminate the need for Jinja2 on remote nodes.
You still need jinja2 if using /usr/bin/ansible vs /usr/bin/ansible-playbook though
this could change later by fetching the ansible file with a 'slurp' module.
2012-04-18 22:19:25 -04: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 Fixes to make ports DWIM. 2012-04-16 21:52:15 -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 Inventory: AnsibleError is not global... 2012-04-17 15:29:59 +02:00
playbook.py verbose option is not being used, so remove it. debug variable still exists. 2012-04-16 23:47:41 -04:00
runner.py Teach playbooks to template locally to eliminate the need for Jinja2 on remote nodes. 2012-04-18 22:19:25 -04:00
utils.py Allow --user for playbooks, no need for port setting as can specify in inventory file now. 2012-04-16 22:15:55 -04:00