community.general/lib/ansible/plugins/connection
Ganesh Nalawade 335a979f1d
Fix prompt mismatch issue for ios (#47004)
* Fix prompt mismatch issue for ios

Fixes #40884 #44463

*  If the command prompt is matched check if data is
   still pending to be read from buffer.
*  This fix adds a new timer `buffer_read_timeout`
   which will be trigerred after command prompt
   is matched and data is attempted to be read from channel.
   If not data is present of channel the timer will expire
   and response we be returned to calling function.

* Fix unit test failure

* Update to make buffer timeout float

* Update doc and fix review comment

* Fix CI issues

* Update doc

* Fix review comments

* Fix review comments
2018-10-22 21:05:15 +05:30
..
__init__.py Move persistent connections to only use registered variables (#45616) 2018-09-20 09:56:43 -04:00
buildah.py Port ansible doc for plugins to use DOCUMENTATION variables 2017-09-11 18:34:09 -07:00
chroot.py Support transfering empty files to target host. Fixes #36725 (#45751) 2018-09-18 09:05:20 -05:00
docker.py Support transfering empty files to target host. Fixes #36725 (#45751) 2018-09-18 09:05:20 -05:00
funcd.py Config continued (#31024) 2017-11-16 13:49:57 -05:00
httpapi.py Move persistent connections to only use registered variables (#45616) 2018-09-20 09:56:43 -04:00
iocage.py Python 2.6 str.format() compatibility fixes. 2018-01-10 14:08:11 -08:00
jail.py Support transfering empty files to target host. Fixes #36725 (#45751) 2018-09-18 09:05:20 -05:00
kubectl.py Support transfering empty files to target host. Fixes #36725 (#45751) 2018-09-18 09:05:20 -05:00
libvirt_lxc.py Support transfering empty files to target host. Fixes #36725 (#45751) 2018-09-18 09:05:20 -05:00
local.py Plugin: check if executable exists in local connection (#46201) 2018-10-08 09:40:27 -04:00
lxc.py Correct defaults in lxc and lxd connection plugin 2018-06-19 15:45:18 -04:00
lxd.py Fix mixed output from ansible and lxd when using the lxd connection plugin (#45246) 2018-09-18 19:36:51 -04:00
napalm.py Move persistent connections to only use registered variables (#45616) 2018-09-20 09:56:43 -04:00
netconf.py Move persistent connections to only use registered variables (#45616) 2018-09-20 09:56:43 -04:00
network_cli.py Fix prompt mismatch issue for ios (#47004) 2018-10-22 21:05:15 +05:30
oc.py Add K8s inventory plugin (#34920) 2018-01-20 08:50:01 -05:00
paramiko_ssh.py Fix typo 2018-08-10 01:34:23 +02:00
persistent.py Add configuration to override location of ansible-connection (#46128) 2018-10-01 14:29:59 -04:00
psrp.py WinRM/PSRP: Fix UTF-8 issue (#46998) 2018-10-22 06:59:53 +10:00
saltstack.py Port ansible doc for plugins to use DOCUMENTATION variables 2017-09-11 18:34:09 -07:00
ssh.py Support empty files with piped transfer_method. Fixes #45426 (#45618) 2018-09-13 13:53:36 -05:00
winrm.py winrm: add further conditional to using pexect for kerb auth (#45952) 2018-09-25 09:21:22 +10:00
zone.py Support transfering empty files to target host. Fixes #36725 (#45751) 2018-09-18 09:05:20 -05:00