1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible
James Cammarata d5b96abd80 Added support for -vvvv to enable ssh connection debugging
This patch also checks specifically for a return code of 255, which
indicates an unknown SSH error of some kind. When that happens, ansible
will now recommend running with -vvvv (if not enabled) or show the
output from 'ssh -vvv' (when it is enabled)
2013-09-19 05:58:54 -05:00
..
callback_plugins Renamed on_no_hosts_matched/on_no_hosts_remaining to correct names in noop callback, added methods to callback plugin examples. 2013-06-09 12:19:07 -04:00
inventory Minor fix to ipv6 detection for inventory with -i 2013-08-19 15:27:21 -05:00
playbook Merge branch 'issue_4129_role_defaults_empty_yaml' into devel 2013-09-16 16:21:06 -05:00
runner Added support for -vvvv to enable ssh connection debugging 2013-09-19 05:58:54 -05:00
utils Added support for -vvvv to enable ssh connection debugging 2013-09-19 05:58:54 -05:00
__init__.py Update 1.4 specfile -- no need for node fireball package, release dates 2013-09-13 17:31:34 -04:00
callbacks.py Added support for -vvvv to enable ssh connection debugging 2013-09-19 05:58:54 -05:00
color.py These fields are booleans. 2013-08-10 18:16:01 -04:00
constants.py Merge branch 'ferringb-fixes/configurable-ControlPath' into devel 2013-09-18 21:12:15 -05:00
errors.py Introduce exception AnsibleFilterError and use it in Jinja filters. Ignore this exception when trying to find the name of a task for display (callback) purpose. 2013-07-07 19:18:32 +02:00
module_common.py Fix how module_common handles selevel (issue #4142) 2013-09-17 14:47:00 -07:00