community.general/lib/ansible/plugins/connection
Dag Wieers 52959ebdc1 wait_for_connection: Wait for system to become reachable (#20011)
* WIP: wait_for_connection: Wait for system to be reachable

This action plugin allows to check when a system is back online and
usable by Ansible.

As an example, when doing a SysPrep and running Enable-WinRM.ps1, it
takes between 10 to 20 seconds between the WinRM TCP port to open, and
it actually being able to server Ansible requests. This time is variable
and depends on the boot process.

Current implementation is specific for Windows (WinRM) only, this will
be fixed shortly.

This fixes #19998

* Support other transport types

* Various improvements

- Fix reported typo
- Add transport_test support in accelerate plugin
- Ensure port is an integer

* Improve examples

* Small fixes

- Use correct ConfigureRemotingForAnsible.ps1 script name
- Only use win_ping when remote shell is known to be Powershell
- Add integration tests to CI framework
2017-03-01 11:00:49 -08: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 adds more logging output to network_cli and ansible-connection (#21716) 2017-02-21 09:21:41 -05: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 wait_for_connection: Wait for system to become reachable (#20011) 2017-03-01 11:00:49 -08:00
winrm.py wait_for_connection: Wait for system to become reachable (#20011) 2017-03-01 11:00:49 -08:00
zone.py Mcsalgado's change to use shlex.quote instead of pipes.quote (#18534) 2016-11-17 13:18:29 -08:00