community.general/lib/ansible/plugins/connection
jctanner ac78347f2b Use a -short- custom hash for controlpersist path by default (#20843)
* A method to validate and alter the ssh control path automatically.
* First tries %C to use the shortened hash
* On further failure, it removes section by section from the original path
* Fix hostname
* Implement bcoca's suggested changes
* Remove unused option
* Remove unused class var
* Use to_string to avoid unicode error
* Switch from to_text to to_bytes
* Update the example config for the new controlpath feature
2017-02-01 10:39:40 -05:00
..
__init__.py updates ensure_connect decorator function 2017-01-24 09:52:20 -05:00
accelerate.py
chroot.py
docker.py
funcd.py
iocage.py PEP 8 whitespace cleanup. (#20783) 2017-01-27 15:45:23 -08:00
jail.py
libvirt_lxc.py
local.py
lxc.py
lxd.py
netconf.py new connection plugin netconf (#20636) 2017-01-25 10:15:26 -05:00
network_cli.py additional exception handling 2017-01-26 22:59:32 -05:00
paramiko_ssh.py
persistent.py
ssh.py Use a -short- custom hash for controlpersist path by default (#20843) 2017-02-01 10:39:40 -05:00
winrm.py winrm managed kinit (#20416) 2017-01-24 15:04:11 -08:00
zone.py