community.general/lib/ansible/plugins/connection
Toshio Kuratomi f7b22a5eaa Fix paramiko's exec_command() to return bytes on python3 (#17372)
* Fix paramiko's exec_command() to return bytes on python3

* Run test_connection for python3 now too

* Fix atomic_move for problem in shippable's testing

* Python-2.4 needs to use b()
2016-09-02 20:32:14 -07:00
..
__init__.py Python3 fixes and porting (#17271) 2016-08-29 09:11:40 -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 Fix paramiko's exec_command() to return bytes on python3 (#17372) 2016-09-02 20:32:14 -07:00
ssh.py Get the ssh plugin working with python3 (#17234) 2016-08-25 10:57:55 -07:00
winrm.py Migrate basestring to a python3 compatible type (#17199) 2016-08-23 13:13:44 -07:00
zone.py zone plugin updates for newer api (#16289) 2016-06-15 07:37:38 -07:00