ansible/lib/ansible
2012-05-25 19:20:01 -04:00
..
__init__.py Version bump for integration branch (soon to be renamed 'devel'), didn't update package 2012-04-23 21:14:48 -04:00
callbacks.py As part of a precursor to other refactoring, make returns less list-like throughout runner. 2012-05-25 18:44:29 -04:00
connection.py Merge pull request #402 from denen99/devel 2012-05-17 04:06:02 -07: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
group.py Since host variables are becoming important, it did not make sense to sustain --override-hosts, with the ability 2012-05-07 23:16:20 -04:00
host.py Add tests for new advanced inventory features (groups of groups, group variables) in the default INI format file. 2012-05-06 18:01:11 -04:00
inventory.py Allow hosts not in inventory to override inventory with -i "host1,host2:port" etc, which is the original intent 2012-05-09 23:26:45 -04:00
inventory_parser.py Fix hosts being in multiple groups, and duplicate host references in the same inventory file. 2012-05-19 17:24:54 -04:00
inventory_parser_yaml.py Inventory: support list of vars in host. 2012-05-08 09:44:29 +02:00
inventory_script.py Add missing file 2012-05-06 18:02:53 -04:00
playbook.py Fix casing/underscore convention in method name, split polling logic away from runner. 2012-05-25 19:18:02 -04:00
poller.py Fix casing/underscore convention in method name, split polling logic away from runner. 2012-05-25 19:18:02 -04:00
runner.py Delete poller code from runner.py now that it is moved. 2012-05-25 19:20:01 -04:00
utils.py Allow "=" in k-v values. 2012-05-23 00:58:05 +01:00