ansible/lib/ansible
2015-12-08 14:00:17 -05:00
..
cli adhoc does not load plugins by default 2015-12-08 06:37:15 -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 Transform exceptions into ansible messages via to_unicode instead of str to avoid tracebacks. 2015-12-04 11:52:07 -08:00
galaxy Fix traceback because we're using display from another object that no 2015-11-11 12:19:00 -08:00
inventory simplified get_hosts code to have 1 retrun point 2015-12-05 10:13:09 -05:00
module_utils adds new device argument to nxapi command arguments 2015-12-08 10:36:47 -05:00
modules Version bump for 2.0.0-0.7.rc2 2015-12-07 13:13:37 -05:00
new_inventory fix some warning of undefined name. 2015-10-09 12:43:42 +08:00
parsing Add representers so we can output yaml for all the types we read in from yaml 2015-12-06 22:19:02 -08:00
playbook Make fact delegating configurable, defaulting to 1.x behavior 2015-12-08 14:00:17 -05:00
plugins Make fact delegating configurable, defaulting to 1.x behavior 2015-12-08 14:00:17 -05:00
template Re-implement lookup wantlist 2015-11-29 23:45:14 -05: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 Make no_target_syslog consistent. 2015-12-05 16:14:36 -05:00
test-requirements.txt