community.general/lib/ansible/plugins/connection
Abhijit Menon-Sen 587054db2a Send initial data before calling select whenever possible
Without this, we could execute «ssh -q ...» and call select(), which
would timeout after the default 10s, and only then send initial data.
(This is a relic of the earlier change where we always ran ssh with
-vvv, so the situation where it would sit quietly never happened in
practice; but this would have been the right thing to do even then.)
2015-09-23 20:09:50 +05:30
..
__init__.py Implement ssh connection handling as a state machine 2015-09-23 01:55:00 -04:00
accelerate.py normalized plugin paths and names and configs 2015-09-15 11:44:09 -04:00
chroot.py corrected all missing paths changes 2015-09-15 11:57:54 -04:00
docker.py corrected all missing paths changes 2015-09-15 11:57:54 -04:00
funcd.py normalized plugin paths and names and configs 2015-09-15 11:44:09 -04:00
jail.py normalized plugin paths and names and configs 2015-09-15 11:44:09 -04:00
libvirt_lxc.py normalized plugin paths and names and configs 2015-09-15 11:44:09 -04:00
local.py corrected all missing paths changes 2015-09-15 11:57:54 -04:00
paramiko_ssh.py Reorganise ssh.py to cleanly separate responsibilities 2015-09-23 01:55:00 -04:00
ssh.py Send initial data before calling select whenever possible 2015-09-23 20:09:50 +05:30
winrm.py Fix for user defined modules not overriding modules from core. 2015-09-22 09:07:37 -07:00
zone.py normalized plugin paths and names and configs 2015-09-15 11:44:09 -04:00