summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/utilities/logic/wait_for.py
Commit message (Expand)AuthorAgeFilesLines
* restored 2.4/2.5 compatBrian Coca2017-10-121-2/+4
* wait_for: treat broken connections as "unready" (#28839)sethp-nr2017-10-121-4/+17
* Fix wait_for with newer versions of psutil. (#26455)Matt Clay2017-07-051-3/+12
* fixed danlging version_infoBrian Coca2017-06-191-0/+8
* Revert "add a any() to wait_for for python 2.4 compatibility (#25876)"Matt Clay2017-06-191-7/+0
* add a any() to wait_for for python 2.4 compatibility (#25876)loqutus2017-06-191-0/+7
* Change wait_for time to utc (#23987)Brian-Williams2017-04-251-12/+12
* New metadata 1.0 (#22587)Toshio Kuratomi2017-03-141-3/+4
* Update validate-modules (#20932)Matt Martz2017-02-021-19/+20
* PEP 8 indent cleanup. (#20800)Matt Clay2017-01-291-6/+6
* PEP 8 W291 whitespace cleanup.Matt Clay2017-01-271-1/+1
* Added active_connection_states parameter (#19775)Søren Kröger2017-01-051-11/+24
* fix wait_for exampleBrian Coca2017-01-021-5/+1
* Refreshed metadata for core modulesToshio Kuratomi2016-12-081-0/+4
* Fix wait_for Module to handle socket response as string in Python3zaiusdr2016-12-081-1/+3
* Examples syntax batch4 (#5620)Sam Doran2016-12-081-9/+29
* corrected version addedBrian Coca2016-12-081-2/+2
* added ability to control sleep between attemptsBrian Coca2016-12-081-8/+18
* Fix wait_for on python < 2.6 (#3790) (#3973)Stanislav Antic2016-12-081-1/+1
* Fix wait_for to compile on python3 (#3722)Michael Scherer2016-12-081-1/+2
* Do not use a tuple as argument for _create_connection (#3655)Michael Scherer2016-12-081-3/+3
* exclude_hosts does not work as expected with state=drainedvaupelt2016-12-081-53/+76
* Specify types in argument_spec instead of code so that checking type vs defau...Toshio Kuratomi2016-12-081-12/+9
* total_seconds not present on timedelta on python2.6Lars Larsson2016-12-081-4/+9
* Use select in wait_for so that we don't get stuck in cornercases:Toshio Kuratomi2016-12-081-38/+62
* Fix python-2.4 compatibilityAndrey Trubachev2016-12-081-2/+21
* Fix 'wait_for' doesn't work with ipv6only hostAndrey Trubachev2016-12-081-6/+2
* Proper author info for all remaining modulesGreg DeKoenigsberg2016-12-081-1/+4
* sleep when only doing a time delay to avoid cpu churnBrian Coca2016-12-081-1/+8
* added docs to show wait_for default timeout settingsBrian Coca2016-12-081-8/+7
* wait_for: updated docs, must be resolvable hostname, updated exampleGerard Lynch2016-12-081-3/+4
* added missing docs on connection_timeout for wait_forBrian Coca2016-12-081-0/+5
* let implied type do the splitingBrian Coca2016-12-081-3/+1
* minor fixes to wait_for to avoid tracebacks as per ansible core issue #9244Brian Coca2016-12-081-10/+8
* Renames.Michael DeHaan2016-12-081-0/+462