summaryrefslogtreecommitdiff
path: root/utilities
Commit message (Expand)AuthorAgeFilesLines
* Refreshed metadata for core modulesToshio Kuratomi2016-12-0613-0/+52
* Call main in conditional way - utilities (#5827)Fabio Alessandro Locati2016-12-052-2/+5
* Update async_wrapper.py to remove own temp dir. (#5719)Matt Clay2016-11-281-2/+15
* Support script interpreters in async_wrapper. (#5703)Matt Clay2016-11-221-0/+17
* Examples syntax batch7 (#5624)Sam Doran2016-11-222-7/+18
* Fix wait_for Module to handle socket response as string in Python3zaiusdr2016-11-181-1/+3
* Examples syntax batch4 (#5620)Sam Doran2016-11-157-27/+66
* replace type() with isinstance() (#5541)jctanner2016-11-091-1/+1
* Re-add version_added to include_vars (#5493)jctanner2016-11-031-0/+1
* Updated documentation for PR http://github.com/ansible/ansible/pull/17207Allen Sanabria2016-11-021-5/+47
* corrected version addedBrian Coca2016-11-011-2/+2
* added ability to control sleep between attemptsBrian Coca2016-11-011-8/+18
* minor updates to include docsBrian Coca2016-11-011-2/+3
* fixed doc typoBrian Coca2016-10-181-3/+0
* added allow_duplicates to include_role docsBrian Coca2016-10-181-0/+5
* added allow_duplicates to include_role docsBrian Coca2016-10-181-1/+4
* Bulk spelling improvement to modules-core (#5225)John R Barker2016-10-133-3/+3
* Add matching quotes (#5133)John R Barker2016-10-031-2/+2
* add JSON junk filter to async_wrapper (#5107)Matt Davis2016-09-301-2/+62
* 1st draft of include docsBrian Coca2016-09-301-0/+59
* Fixes grammatical error in assert module example (#4972)Timothy Appnel2016-09-221-1/+1
* Adds docs for msg param in assert modules plus some other clean up (#4926)Timothy Appnel2016-09-201-2/+12
* fixed incorrect exampleBrian Coca2016-09-141-1/+1
* removed chdir / as it breaks tasksBrian Coca2016-09-121-1/+1
* Don't change to root dir in async_wrapper (#4779)Monty Taylor2016-09-121-1/+0
* updated include_role docsBrian Coca2016-09-061-4/+22
* Python 3 fixes for async_wrapper and async_status. (#4671)Matt Clay2016-09-022-2/+7
* Make async_wrapper ignore '_' as an argsfile. (#4678)Matt Clay2016-09-021-3/+4
* Adding 'end_play' docs to meta moduleJames Cammarata2016-08-311-1/+2
* Make async work on python 3 (#4583)Michael Scherer2016-08-311-1/+2
* Shows messages for uncaught exceptions from called modules in async_wrapper o...James S. Martin2016-08-301-0/+1
* added docs for vars_from/defaults_fromBrian Coca2016-08-261-0/+10
* updated include_role docs to latest infoBrian Coca2016-08-261-1/+4
* 1st draft of include role docsBrian Coca2016-08-261-0/+56
* added meta as 'documentation'Brian Coca2016-08-121-0/+64
* updated docs to reflect new featureBrian Coca2016-07-241-5/+23
* deprecated accelerateBrian Coca2016-07-221-740/+0
* deprecated accelerateBrian Coca2016-07-221-0/+741
* documenting behaviour as clear as possibleBrian Coca2016-07-151-1/+1
* Removing erroneous import from async_statusJames Cammarata2016-07-071-1/+0
* Ensure async wrapper and status return consistent fieldsJames Cammarata2016-07-072-4/+8
* Merge pull request #4051 from Shrews/async_atomic_moveJames Cammarata2016-07-071-5/+12
|\
| * Use os.rename() in async_wrapperDavid Shrewsbury2016-06-291-5/+12
* | updated set_fact docs with note about typingBrian Coca2016-07-061-1/+4
* | updated docs in pause to reflect 0 value behaviourBrian Coca2016-06-271-2/+4
|/
* Fix wait_for on python < 2.6 (#3790) (#3973)Stanislav Antic2016-06-171-1/+1
* reverted need for module utils importsBrian Coca2016-06-161-6/+3
* added missing importBrian Coca2016-06-161-0/+3
* exception ans sys.exit fixesBrian Coca2016-06-161-6/+2
* Fix exception handling in async_wrapperToshio Kuratomi2016-06-161-2/+2