community.general/lib/ansible/plugins
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
..
action wait_for_connection: Wait for system to become reachable (#20011) 2017-03-01 11:00:49 -08:00
cache Make BaseFileCache into an abstractbaseclass so it's a proper interface 2017-02-22 10:27:29 -05:00
callback Exceptit (#21864) 2017-02-27 13:29:40 -05:00
connection wait_for_connection: Wait for system to become reachable (#20011) 2017-03-01 11:00:49 -08:00
filter more set/list stuff 2017-02-28 10:44:20 -05:00
lookup hashi_vault: fix token logic 2017-02-27 09:36:33 -05:00
shell suppress PS "unapproved verb" warning (#22018) 2017-02-27 14:29:43 -08:00
strategy Fact proccessing fixes (#22003) 2017-02-27 16:22:30 -05:00
terminal clean up of terminal plugins (#21549) 2017-02-17 10:00:23 -05:00
test restored 'results' filters 2016-10-13 13:21:40 -04:00
vars Making the switch to v2 2015-05-03 21:47:26 -05:00
__init__.py Graceful error message for abstract base classes in PluginLoader 2017-02-22 10:27:29 -05:00