community.general/lib/ansible/plugins/connection
toshi_pp 9a4ad89ec5 Fix a process execution using lxc connection plugin on Python3.
python2-lxc module needs bytes, on the other hand python3-lxc requires text.
To solve such incompatibility, use to_native other than to_bytes.
This fixes #41060.
2018-06-11 11:55:20 -07:00
..
__init__.py ensure 'home' translations (#36755) 2018-04-11 11:53:05 -04:00
buildah.py
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 Don't try to reuse ansible_port, it doesn't work that way (yet?) (#41022) 2018-06-01 13:51:34 -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
lxc.py Fix a process execution using lxc connection plugin on Python3. 2018-06-11 11:55:20 -07:00
lxd.py ensure 'home' translations (#36755) 2018-04-11 11:53:05 -04:00
netconf.py Add NETCONF support for SROS devices (#40330) 2018-05-24 15:44:39 +05:30
network_cli.py Refactor ios cliconf plugin and ios_config module (#39695) 2018-06-06 11:12:45 +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
ssh.py ensure all config sources for ssh options 2018-06-06 15:11:37 -04:00
winrm.py Update winrm.py (#41303) 2018-06-08 14:38:23 +08:00
zone.py typo fix (#33810) 2017-12-12 12:25:53 +00:00