community.general/lib/ansible
Abhijit Menon-Sen 96c4dc273a Set explicit default for ANSIBLE_SSH_ARGS
The earlier code behaved exactly as though this default had been set,
but it was actually handled as a(n unnecessary) special case inside the
connection plugin, rather than set as an explicit default.

If the default is overriden either in ansible.cfg or the environment,
the new code will continue to work (in fact, it won't know or care,
since it just uses the value set in the PlayContext).

This is submitted as a separate commit for easier review to address
backwards-compatibility concerns.
2015-10-02 21:26:25 +05:30
..
cli Rework additional ssh argument handling 2015-10-02 21:26:25 +05:30
compat
config
errors
executor added no_log to results 2015-10-02 09:11:41 -04:00
galaxy Fix metadata description for galaxy_tags. 2015-09-30 13:36:28 -04:00
inventory Pull host/group vars when adding hosts/groups 2015-10-02 02:47:09 -04:00
module_utils created debug method, renamed debug attribute to _debug 2015-10-01 10:17:41 -04:00
modules Update module refs 2015-10-02 08:34:05 -07:00
new_inventory
parsing fixed error reporting on splitter 2015-10-01 19:03:04 -04:00
playbook Aggregate ssh arguments in PlayContext instead of the connection plugin 2015-10-02 21:26:25 +05:30
plugins Set explicit default for ANSIBLE_SSH_ARGS 2015-10-02 21:26:25 +05:30
template Python 3: the StringIO module is gone 2015-09-28 09:28:53 +03:00
utils Fix syntax error for octal in encrypt methods 2015-10-02 02:27:57 -04:00
vars Use delegated_to field for play context remote_addr, if none other exists 2015-09-30 09:27:29 -04:00
__init__.py
constants.py Set explicit default for ANSIBLE_SSH_ARGS 2015-10-02 21:26:25 +05:30
test-requirements.txt