community.general/lib/ansible/plugins/connection
Toshio Kuratomi 0e110d23f8 Misc cleanups and some fixes for docker connection plugin
* Remove extraneous imports
* Fix some error handling
* Enable pipelining
* Disable su since it doesn't work
* Add error message when installed docker is not recent enough to
  support this plugin
* Move nested functions to class level
* Make transport a class attribute
* Make exec_command, put_file and fetch_file more robust
2015-09-28 22:35:52 -07:00
..
__init__.py One more try -- the error message should reference the become method 2015-09-28 11:28:33 -07:00
accelerate.py Remove tmp as a parameter to the connection plugins 2015-09-24 13:33:57 -07:00
chroot.py Cleanup some extraneous imports 2015-09-28 22:35:52 -07:00
docker.py Misc cleanups and some fixes for docker connection plugin 2015-09-28 22:35:52 -07:00
funcd.py Remove tmp as a parameter to the connection plugins 2015-09-24 13:33:57 -07:00
jail.py Remove tmp as a parameter to the connection plugins 2015-09-24 13:33:57 -07:00
libvirt_lxc.py Remove tmp as a parameter to the connection plugins 2015-09-24 13:33:57 -07:00
local.py Remove tmp as a parameter to the connection plugins 2015-09-24 13:33:57 -07:00
paramiko_ssh.py Remove tmp as a parameter to the connection plugins 2015-09-24 13:33:57 -07:00
ssh.py Re-order the methods in ssh.py so that methods needed for implementation are near and just above the relevant public methods. 2015-09-28 10:34:02 -07:00
winrm.py Remove tmp as a parameter to the connection plugins 2015-09-24 13:33:57 -07:00
zone.py Remove tmp as a parameter to the connection plugins 2015-09-24 13:33:57 -07:00