You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible
Peter Sprygada 65ea24f4bb adds log message for successful connection and disconnection (#17993)
The network module will now log a message when it connects to a remote host
successfully and specify the transport used.  It will also log a message
when the module discconnect() method is called.
8 years ago
..
cli Refactor parsing of CLI args so that we can modify them in the base class 8 years ago
compat Move py34 mock_open compat to compat/test/mock (#17157) 8 years ago
config Making the switch to v2 10 years ago
errors Move uses of to_bytes, to_text, to_native to use the module_utils version (#17423) 8 years ago
executor Check for substates in is_failed before checking main state failure 8 years ago
galaxy Add warnings when installing container type roles 8 years ago
inventory Make ini parsing slightly more robust 8 years ago
module_utils adds log message for successful connection and disconnection (#17993) 8 years ago
modules Update submodule refs to pickup firewalld fix 8 years ago
parsing Only dispkay failure to use cryptography at a higher verbosity 8 years ago
playbook Refactor parsing of CLI args so that we can modify them in the base class 8 years ago
plugins Fix unbound method call for JSONEncoder (#17970) 8 years ago
template Support late evaluation, suppress warnings on SyntaxError (#17462) 8 years ago
utils adds new option to get_config to grab config with passwords (#17915) 8 years ago
vars Correct delegated_host_name check 8 years ago
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 9 years ago
constants.py Switch get_config to use a single value_type parameter to determine type. 8 years ago
release.py Bumping devel version to 2.3.0 8 years ago
test-requirements.txt Making the switch to v2 10 years ago