community.general/lib/ansible/plugins/connection
Adrian Likins a4785c2691 Fix docker connection plugin version tests and py2.6 compat (#16841)
* Rm py2.7+ code in docker connection plugin

The docker connection plugin was using subprocess.check_output
which only exists in python 2.7 and later. Connection plugins
need to support python2.6 so this replaces it with Popen/communicate()

* Handle docker ver errors in docker connection

Add unit tests for DockerConnection

Fixes #16971
2016-08-22 10:39:38 -04:00
..
__init__.py fix for psuedo-connection hostvars not propagating to connection 2016-06-10 10:14:41 -07:00
accelerate.py Add to_bytes to file paths for accelerate plugin. 2016-03-30 23:23:04 -07:00
chroot.py Be more lenient of symlinked /bin/sh inside the chroot (#16239) 2016-06-14 12:03:59 -07:00
docker.py Fix docker connection plugin version tests and py2.6 compat (#16841) 2016-08-22 10:39:38 -04:00
funcd.py Fix funcd to at least import without errors. (#16288) 2016-07-29 16:19:38 -04: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 set cwd to task's basedir (#16805) 2016-07-25 08:11:45 -04:00
lxc.py lxc connection plugin 2016-05-28 00:15:09 +02:00
lxd.py Add lxd connection plugin. 2016-04-15 19:10:57 -07:00
paramiko_ssh.py If the known_hosts file does not exist, do not attempt to stat it. (#16548) 2016-07-01 16:39:02 -04:00
ssh.py Ignore broken pipe errors if the sshpass process has exited (#16515) 2016-06-30 19:39:30 -04:00
winrm.py prevent spurious pywinrm arg warnings for non-pywinrm connection args 2016-07-05 16:04:59 -07:00
zone.py zone plugin updates for newer api (#16289) 2016-06-15 07:37:38 -07:00