ansible/lib/ansible
Brian Coca 186259eb80 removed default from hosts to make it requried
prevents writing a play w/o a hosts entry which would default to
all/empty
2015-12-09 08:42:14 -08:00
..
cli Galaxy 2.0 2015-12-09 11:30:05 -05:00
compat Bundle a new version of python-six for compatibility along with some code to make it easy for distributions to override the bunndled copy if they have a new enough version. 2015-10-16 08:21:28 -07:00
config
errors Default msg param to AnsibleError to avoid serialization problems 2015-12-02 14:18:13 -05:00
executor Transform exceptions into ansible messages via to_unicode instead of str to avoid tracebacks. 2015-12-04 11:52:07 -08:00
galaxy Galaxy 2.0 2015-12-09 11:30:05 -05:00
inventory simplified get_hosts code to have 1 retrun point 2015-12-05 10:13:09 -05:00
module_utils Add ssh_host support for MacOSX El Capitan. 2015-12-08 15:36:49 -05:00
modules Version bump for 2.0.0-0.7.rc2 2015-12-07 13:13:37 -05:00
new_inventory
parsing Preserve original token when appending to _raw_params in parse_kv 2015-12-08 15:06:01 -05:00
playbook removed default from hosts to make it requried 2015-12-09 08:42:14 -08:00
plugins clarified warning from tree callback 2015-12-09 08:40:56 -08:00
template keep string type filters as strings 2015-12-08 12:52:44 -08:00
utils Finish up plugin porting to global display 2015-11-11 10:44:23 -08:00
vars fix sorting of groups for host vars 2015-12-03 14:23:14 -05:00
__init__.py Add python3-compat boilerplate to all .py files in lib/ansible 2015-10-19 18:36:19 -07:00
constants.py Galaxy 2.0 2015-12-09 11:30:05 -05:00
test-requirements.txt