ansible/lib/ansible
2015-12-10 08:10:13 -08:00
..
cli allow custom callbacks with adhoc cli for scripting 2015-12-10 07:05:41 -08: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 allow custom callbacks with adhoc cli for scripting 2015-12-10 07:05:41 -08:00
galaxy Galaxy 2.0 2015-12-09 11:30:05 -05:00
inventory changed deprecation to removal warning 2015-12-09 12:39:11 -08:00
module_utils Add ssh_host support for MacOSX El Capitan. 2015-12-08 15:36:49 -05:00
modules Update submodule ref 2015-12-10 08:10:13 -08:00
new_inventory fix some warning of undefined name. 2015-10-09 12:43:42 +08:00
parsing Missed one place we were appending the incorrectly escaped item to raw params 2015-12-09 17:59:06 -05:00
playbook attribute defaults that are containers are a copy 2015-12-09 08:42:14 -08:00
plugins become_pass needs to be bytes when it is passed to ssh. 2015-12-10 07:30:20 -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 removed unused 'pattern' from ansible.cfg 2015-12-09 08:42:14 -08:00
test-requirements.txt