community.general/lib/ansible/plugins/connection
Matt Davis 8bf1c53b21 winrm connection tweaks for pywinrm (#15584)
added warnings for invalid kwargs
sniff supported authtypes (for new pywinrm)
use default authtypes (for old pywinrm)
error on unsupported authtype
allow no username/password to be specified (kerb SSO)
tested w/ old and new pywinrm
hacky CLIXML parsing of stderr
2016-04-25 14:20:27 -04:00
..
__init__.py Fix inconsistent/missing host names in messages. 2016-03-25 21:11:53 -07:00
accelerate.py Add to_bytes to file paths for accelerate plugin. 2016-03-30 23:23:04 -07:00
chroot.py Move BUFSIZE to __init__ since it's common to many connection plugins 2016-03-16 11:20:02 -07:00
docker.py Fix inconsistent/missing host names in messages. 2016-03-25 21:11:53 -07:00
funcd.py Revert "Remove the funcd connection plugin" 2015-12-09 13:32:11 -08:00
jail.py Support remote_user in jail connection plugin. 2016-03-25 20:15:52 -07:00
libvirt_lxc.py Move BUFSIZE to __init__ since it's common to many connection plugins 2016-03-16 11:20:02 -07:00
local.py Fix inconsistent/missing host names in messages. 2016-03-25 21:11:53 -07:00
lxd.py Add lxd connection plugin. 2016-04-15 19:10:57 -07:00
paramiko_ssh.py Merge pull request #14400 from d3matt/FIX/paramiko_lecture 2016-04-19 13:31:17 -04:00
ssh.py Don't use -tt for ssh connections when sudoable=False 2016-04-11 23:22:13 -04:00
winrm.py winrm connection tweaks for pywinrm (#15584) 2016-04-25 14:20:27 -04:00
zone.py Move BUFSIZE to __init__ since it's common to many connection plugins 2016-03-16 11:20:02 -07:00