community.general/lib/ansible/plugins/connection
Toshio Kuratomi 673c55f2ef Separate some 255 exit codes that are not ssh errors
The ssh connection plugin is overzealous in thinking that error code 255
can only come from ssh.  Python can return 255 in some circumstances and
error from php does as well.
2018-07-09 15:51:20 -07:00
..
__init__.py Base connection class for network-style connections (#41839) 2018-07-02 08:41:00 -04:00
buildah.py Port ansible doc for plugins to use DOCUMENTATION variables 2017-09-11 18:34:09 -07:00
chroot.py ensure 'home' translations (#36755) 2018-04-11 11:53:05 -04:00
docker.py use docker exec in case docker cp failed. (#26571) 2017-12-13 15:30:30 -06:00
funcd.py Config continued (#31024) 2017-11-16 13:49:57 -05:00
httpapi.py Base connection class for network-style connections (#41839) 2018-07-02 08:41:00 -04:00
iocage.py Python 2.6 str.format() compatibility fixes. 2018-01-10 14:08:11 -08:00
jail.py allow become methods for Jail connection plugin (#31746) 2018-05-07 21:30:24 -04:00
kubectl.py Add K8s inventory plugin (#34920) 2018-01-20 08:50:01 -05:00
libvirt_lxc.py ensure 'home' translations (#36755) 2018-04-11 11:53:05 -04:00
local.py Port ansible doc for plugins to use DOCUMENTATION variables 2017-09-11 18:34:09 -07:00
lxc.py Correct defaults in lxc and lxd connection plugin 2018-06-19 15:45:18 -04:00
lxd.py Correct defaults in lxc and lxd connection plugin 2018-06-19 15:45:18 -04:00
netconf.py Base connection class for network-style connections (#41839) 2018-07-02 08:41:00 -04:00
network_cli.py Update eos, ios, vyos cliconf plugin (#42300) 2018-07-04 19:45:21 +05:30
oc.py Add K8s inventory plugin (#34920) 2018-01-20 08:50:01 -05:00
paramiko_ssh.py Pull persistent connection parameters via get_option (#39367) 2018-05-16 14:59:01 +02:00
persistent.py Fixing issues with httpapi (#40388) 2018-05-21 15:58:35 +01:00
saltstack.py Port ansible doc for plugins to use DOCUMENTATION variables 2017-09-11 18:34:09 -07:00
ssh.py Separate some 255 exit codes that are not ssh errors 2018-07-09 15:51:20 -07:00
winrm.py Stop displaying kinit pass input on a failure (#41882) 2018-06-26 05:49:19 +10:00
zone.py typo fix (#33810) 2017-12-12 12:25:53 +00:00