community.general/lib/ansible/plugins/connection
Matt Martz 1fe67f9f43 Extend SSH Retry to put_file and fetch_file (#20187)
* Move retry logic into _ssh_retry decorator, and apply to exec_command, put_file and fetch_file

* Update tests to reflect change

* Move _ssh_retry to _run, and update tests to reflect

* piped should use exec_command instead of removed _exec_command

* Rework tests to support selectors instead of select.select
2017-03-02 16:56:29 -06:00
..
__init__.py Complete rewrite of Windows exec wrapper (#21510) 2017-02-17 00:09:56 -08:00
accelerate.py wait_for_connection: Wait for system to become reachable (#20011) 2017-03-01 11:00:49 -08:00
chroot.py Mcsalgado's change to use shlex.quote instead of pipes.quote (#18534) 2016-11-17 13:18:29 -08:00
docker.py Mcsalgado's change to use shlex.quote instead of pipes.quote (#18534) 2016-11-17 13:18:29 -08:00
funcd.py Fix funcd to at least import without errors. (#16288) 2016-07-29 16:19:38 -04:00
iocage.py PEP 8 whitespace cleanup. (#20783) 2017-01-27 15:45:23 -08:00
jail.py iocage connector that wraps around jail connector. (#17986) 2016-12-22 15:34:47 -08:00
libvirt_lxc.py Mcsalgado's change to use shlex.quote instead of pipes.quote (#18534) 2016-11-17 13:18:29 -08:00
local.py Fix a case where we mixed text and bytes in the local connection plugin 2017-02-21 14:19:08 -08:00
lxc.py Move uses of to_bytes, to_text, to_native to use the module_utils version (#17423) 2016-09-06 22:54:17 -07:00
lxd.py Move uses of to_bytes, to_text, to_native to use the module_utils version (#17423) 2016-09-06 22:54:17 -07:00
netconf.py roll up of fixes in junos action plugin (#21624) 2017-02-18 17:20:03 -05:00
network_cli.py returns xml as a display option to junos_command (#21833) 2017-03-02 16:05:20 -06:00
paramiko_ssh.py wait_for_connection: Wait for system to become reachable (#20011) 2017-03-01 11:00:49 -08:00
persistent.py Adding a persistent connection utility 2016-11-21 12:35:27 -06:00
ssh.py Extend SSH Retry to put_file and fetch_file (#20187) 2017-03-02 16:56:29 -06:00
winrm.py tweak transport_tests to avoid logic duplication (#22158) 2017-03-01 15:54:27 -08:00
zone.py Mcsalgado's change to use shlex.quote instead of pipes.quote (#18534) 2016-11-17 13:18:29 -08:00