community.general/lib/ansible
Michael DeHaan 4de7bbb169 Allow conditional imports, see examples/playbook3.yml comments for a full explanation. Extensive
refactoring of playbooks now warranted, which we'll do before we move on.   This variable assignment
system makes nearly all possible magic possible, for we can use these variables however we like,
even as module names!
2012-03-19 22:42:31 -04:00
..
__init__.py Adding version and author to ansible init. 2012-03-07 12:02:05 -05:00
connection.py Fix "import *" and resultant new things detectable from "make pyflakes" 2012-03-18 17:16:12 -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 Allow conditional imports, see examples/playbook3.yml comments for a full explanation. Extensive 2012-03-19 22:42:31 -04:00
runner.py Allow conditional imports, see examples/playbook3.yml comments for a full explanation. Extensive 2012-03-19 22:42:31 -04:00
utils.py Allow conditional imports, see examples/playbook3.yml comments for a full explanation. Extensive 2012-03-19 22:42:31 -04:00