community.general/lib/ansible/plugins/connection
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
..
__init__.py One more try -- the error message should reference the become method 2015-09-28 11:28:33 -07:00
accelerate.py Fixing accelerated connection plugin 2015-10-02 00:50:02 -04:00
chroot.py Minor refactorings 2015-09-30 19:39:06 -07:00
docker.py Create error messages instead of tracebacks. 2015-09-30 19:39:06 -07:00
funcd.py Remove tmp as a parameter to the connection plugins 2015-09-24 13:33:57 -07:00
jail.py Port to v2 API 2015-09-30 19:39:07 -07:00
libvirt_lxc.py Remove tmp as a parameter to the connection plugins 2015-09-24 13:33:57 -07:00
local.py Remove tmp as a parameter to the connection plugins 2015-09-24 13:33:57 -07:00
paramiko_ssh.py fixed error reporting for unkown become user 2015-10-01 18:58:16 -04:00
ssh.py Set explicit default for ANSIBLE_SSH_ARGS 2015-10-02 21:26:25 +05:30
winrm.py Remove tmp as a parameter to the connection plugins 2015-09-24 13:33:57 -07:00
zone.py Port to v2 API 2015-09-30 19:39:07 -07:00