community.general/lib/ansible/plugins/connection
Matt Clay ea1a6c56b9 Use docker exec -u when needed and if supported.
If remote_user is given and cannot be set in docker, a warning will
be displayed unless the default container user matches remote_user.
2016-03-18 18:19:41 -07:00
..
__init__.py More doc updates regarding ansible_shell_executable 2016-03-18 09:16:21 -07:00
accelerate.py Finish up plugin porting to global display 2015-11-11 10:44:23 -08:00
chroot.py Move BUFSIZE to __init__ since it's common to many connection plugins 2016-03-16 11:20:02 -07:00
docker.py Use docker exec -u when needed and if supported. 2016-03-18 18:19:41 -07:00
funcd.py Revert "Remove the funcd connection plugin" 2015-12-09 13:32:11 -08:00
jail.py Enable pipelining for jail connection plugin 2016-03-16 11:39:51 -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 Small cleanup to use class attribute directly instead of property for transport names 2016-03-16 11:22:50 -07:00
paramiko_ssh.py Small cleanup to use class attribute directly instead of property for transport names 2016-03-16 11:22:50 -07:00
ssh.py Fix ssh connection plugin to work with python3 2016-03-09 11:17:10 -08:00
winrm.py Small cleanup to use class attribute directly instead of property for transport names 2016-03-16 11:22:50 -07:00
zone.py Move BUFSIZE to __init__ since it's common to many connection plugins 2016-03-16 11:20:02 -07:00