summaryrefslogtreecommitdiff
path: root/utilities
Commit message (Expand)AuthorAgeFilesLines
* Removing erroneous import from async_statusJames Cammarata2016-07-071-1/+0
* Ensure async wrapper and status return consistent fieldsJames Cammarata2016-07-072-5/+9
* Use os.rename() in async_wrapperDavid Shrewsbury2016-07-071-5/+12
* Fix wait_for on python < 2.6 (#3790) (#3973)Stanislav Antic2016-06-171-1/+1
* Py2.4: SystemExit in async_wrapper is not an error - compatibility fixBrano Zarnovican2016-06-151-5/+10
* exclude_hosts does not work as expected with state=drainedvaupelt2016-04-211-53/+76
* Allow async to not need an args file since new-style modules have args embeddedToshio Kuratomi2016-04-011-2/+5
* Fixes: #3232. Use of datetime consistent with module_utils/basic.pyGeoff Wright2016-03-121-9/+9
* Merge pull request #2463 from nitzmahone/async_status_error_maskingMatt Davis2016-03-091-2/+2
|\
| * mark failed async_status as finishednitzmahone2015-11-121-2/+2
* | Specify types in argument_spec instead of code so that checking type vs defau...Toshio Kuratomi2016-02-281-12/+9
* | documented new verbosity optionBrian Coca2016-02-181-2/+8
* | Re-add version_added to fireball docsToshio Kuratomi2016-02-041-0/+1
* | Fireball was removed in 2.0 (action plugin is gone).Toshio Kuratomi2016-02-042-282/+38
* | clarified set_fact functionBrian Coca2015-11-171-3/+2
|/
* total_seconds not present on timedelta on python2.6Lars Larsson2015-11-031-4/+9
* code cleanup and reoorg, renamed vars and functions to actual purposeBrian Coca2015-10-311-106/+108
* Merge pull request #2285 from evanccnyc/develToshio Kuratomi2015-10-301-1/+1
|\
| * add documentation stating that JSON files can be loaded with include_varsEvan Carter2015-10-151-1/+1
* | Use select in wait_for so that we don't get stuck in cornercases:fix-wait-for-foreverToshio Kuratomi2015-10-281-38/+62
|/
* A few bug fixes and tweaks for the accelerate moduleJames Cammarata2015-10-021-4/+3
* No longer check for tmp_path being sent as we don't use it here anywayToshio Kuratomi2015-09-241-2/+0
* Merge pull request #1670 from mikeputnam/issue-1643-gpl-headerBrian Coca2015-07-301-0/+15
|\
| * Add missing GPLv3 License headerMike Putnam2015-07-031-0/+15
* | Merge pull request #591 from d3rp/wait_forBrian Coca2015-07-241-6/+21
|\ \ | |/ |/|
| * Fix python-2.4 compatibilityAndrey Trubachev2015-01-051-2/+21
| * Fix 'wait_for' doesn't work with ipv6only hostAndrey Trubachev2015-01-031-6/+2
* | Proper author info for all remaining modulesGreg DeKoenigsberg2015-06-1510-10/+21
* | sleep when only doing a time delay to avoid cpu churnBrian Coca2015-05-261-1/+8
* | fixed try/except/finally to be 2.4 compatibleBrian Coca2015-05-131-50/+53
* | Several cleanups to many modules:Toshio Kuratomi2015-05-111-1/+3
* | Update set_fact.pyNathaniel2015-05-091-1/+2
* | added docs to show wait_for default timeout settingsBrian Coca2015-04-061-8/+7
* | Merge pull request #784 from bcoca/wait_for_docsBrian Coca2015-02-251-0/+5
|\ \
| * | added missing docs on connection_timeout for wait_forBrian Coca2015-02-131-0/+5
| |/
* | wait_for: updated docs, must be resolvable hostname, updated exampleGerard Lynch2015-02-231-3/+4
|/
* let implied type do the splitingBrian Coca2014-11-111-3/+1
* minor fixes to wait_for to avoid tracebacks as per ansible core issue #9244Brian Coca2014-11-111-10/+8
* added missing init.py for utilities modulesBrian Coca2014-11-052-0/+0
* Move internal category to utilities to remove one more category from the left...Michael DeHaan2014-11-042-0/+299
* Renames.Michael DeHaan2014-11-049-0/+0
* fields in /proc/net/tcp* are not always delimited by single spaceAshish Ranjan2014-10-241-1/+1
* package filesMichael DeHaan2014-09-261-0/+0
* file extensions!Michael DeHaan2014-09-269-0/+0
* Restructuring.Michael DeHaan2014-09-269-0/+1751
* Move modules into subdirectory.Michael DeHaan2014-09-269-1751/+0
* Convert boolean strings from set_fact to proper boolean valuesJames Cammarata2014-09-101-0/+8
* Removing unused name param for wait_for tcp draining classesJames Cammarata2014-08-261-4/+2
* Extend wait_for module to support draining of active tcp connectionsGreg Swift2014-08-211-4/+217
* Need to check e.errno instead of os.errno. Fixes #8548Matt Martz2014-08-111-1/+1