community.general/lib/ansible
John Kleint 70837469c6 Properly template list of hosts in playbooks.
In playbooks, hosts can be a YAML list. We templated the list before
converting it to a semicolon-separated string, which actually templated its
repr. This converts to a string first. A basic unit test is included.
2012-05-31 16:06:21 -04:00
..
inventory Fixed Inventory.get_hosts() ignoring restriction when there are no hosts left. 2012-05-30 15:34:21 -04:00
playbook Properly template list of hosts in playbooks. 2012-05-31 16:06:21 -04:00
runner Split connection code into submodules. 2012-05-30 20:16:31 -04:00
__init__.py Tweaks on previous refactoring of playbook, version bump a 0.4 reference, remove some debug, etc 2012-05-26 01:20:53 -04:00
callbacks.py Leverage cowsay if installed. 2012-05-30 19:44:00 -04:00
constants.py add --private-key option and related infrastructure to make paramiko work 2012-05-14 16:14:38 -04:00
errors.py Update example to use correct service state; minor pep8 indent/spacing fixes 2012-03-15 23:10:03 -04:00
utils.py Leverage cowsay if installed. 2012-05-30 19:44:00 -04:00