ansible/lib/ansible
Brian Coca 2820b4c243 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:40:06 -08:00
..
cli Galaxy 2.0 2015-12-09 10:51:12 -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:16:47 -05:00
executor Transform exceptions into ansible messages via to_unicode instead of str to avoid tracebacks. 2015-12-04 11:50:39 -08:00
galaxy Galaxy 2.0 2015-12-09 10:51:12 -05:00
inventory simplified get_hosts code to have 1 retrun point 2015-12-05 10:10:25 -05:00
module_utils Merge remote-tracking branch 'ansible/devel' into issue_13438 2015-12-08 07:42:49 -08:00
modules Update submodule refs# 2015-12-04 09:57:06 -08:00
new_inventory fix some warning of undefined name. 2015-10-09 12:43:42 +08:00
parsing Preserve original token when appending to _raw_params in parse_kv 2015-12-08 15:06:36 -05:00
playbook removed default from hosts to make it requried 2015-12-09 08:40:06 -08:00
plugins clarified warning from tree callback 2015-12-09 07:29:12 -08:00
template keep string type filters as strings 2015-12-08 12:52:20 -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:02 -05:00
__init__.py Bump version in devel now that stable-2.0 has been branched 2015-12-02 17:57:53 +05:30
constants.py Galaxy 2.0 2015-12-09 10:51:12 -05:00
test-requirements.txt