ansible/lib/ansible
Peter Sprygada 3badb212fb fixes issue in eos shared module for earlier versions of EOS (#17980)
Earlier versions of EOS that do not support config sessions would
create an exception.  This fix will now check if the device supports
sessions and if it doesn't, it will fall back to not using sessions
2016-10-12 20:16:20 -04:00
..
cli Refactor parsing of CLI args so that we can modify them in the base class 2016-10-06 10:46:58 -04:00
compat Move py34 mock_open compat to compat/test/mock (#17157) 2016-08-19 18:11:24 -04:00
config
errors Move uses of to_bytes, to_text, to_native to use the module_utils version (#17423) 2016-09-06 22:54:17 -07:00
executor Check for substates in is_failed before checking main state failure 2016-10-04 01:21:07 -05:00
galaxy Add warnings when installing container type roles 2016-10-09 14:38:40 -04:00
inventory Make ini parsing slightly more robust 2016-10-04 11:24:50 -07:00
module_utils fixes issue in eos shared module for earlier versions of EOS (#17980) 2016-10-12 20:16:20 -04:00
modules Update submodule refs to pickup firewalld fix 2016-10-12 15:16:40 -07:00
parsing Only dispkay failure to use cryptography at a higher verbosity 2016-10-12 10:48:36 -07:00
playbook Refactor parsing of CLI args so that we can modify them in the base class 2016-10-06 10:46:58 -04:00
plugins Fix unbound method call for JSONEncoder (#17970) 2016-10-11 08:31:53 -07:00
template Support late evaluation, suppress warnings on SyntaxError (#17462) 2016-09-09 09:33:23 -04:00
utils adds new option to get_config to grab config with passwords (#17915) 2016-10-05 22:11:32 -04:00
vars Correct delegated_host_name check 2016-10-11 11:15:53 -07:00
__init__.py
constants.py Switch get_config to use a single value_type parameter to determine type. 2016-10-07 18:57:39 -04:00
release.py Bumping devel version to 2.3.0 2016-10-03 11:46:31 -05:00
test-requirements.txt