summaryrefslogtreecommitdiff
path: root/lib/ansible/executor
Commit message (Expand)AuthorAgeFilesLines
* Clean up PlaybookExecutor logic for batches and errorsissue_15954James Cammarata2016-08-181-10/+7
* Don't use an unset playbook basedir when searching for hostgroup varsJames Cammarata2016-08-171-1/+1
* make parsed param private and explicit (#17104)Brian Coca2016-08-161-2/+2
* Fix async logic when parsing fails (#17091)David Shrewsbury2016-08-151-1/+1
* Don't immediately return failed for any_errors_fatal tasksJames Cammarata2016-08-122-3/+3
* Cache tasks by uuid in PlayIterator for O(1) lookupsJames Cammarata2016-08-101-40/+22
* Avoid copying task parents in TaskExecutorperformance_improvementsJames Cammarata2016-08-081-1/+2
* Move tasks/blocks to a single parent modelJames Cammarata2016-08-081-2/+2
* Performance improvementsJames Cammarata2016-08-086-213/+28
* correctly detect actionBrian Coca2016-08-081-1/+1
* Fix from @jimi-c to use task_vars when polling async tasks. (#17003)Toshio Kuratomi2016-08-081-3/+6
* fix for unspecified retries on until + test (#16963)Matt Davis2016-08-041-1/+3
* task_result _check_key should handle empty results (#16766)Will Thames2016-08-041-1/+1
* FEATURE: adding variable serial batchesJames Cammarata2016-08-042-23/+44
* (re)allow ansible_python_interpreter to contain more than 1 arg (#16247)Lukas Pirl2016-07-261-9/+4
* No longer try to import __version__ from release.py. (#16817)Toshio Kuratomi2016-07-251-1/+3
* Find places where ziploader is used and change them to ansiballz so that peop...Toshio Kuratomi2016-07-211-24/+24
* Add a function to check for killed processes in all strategies (#16684)jctanner2016-07-141-0/+12
* fxed typoBrian Coca2016-07-141-1/+1
* fixed lookup search path (#16630)Brian Coca2016-07-131-7/+14
* tkuratomi bugfix for BOMs in powershell modulesnitzmahone2016-07-111-0/+6
* make timeout decorator for facts have a configurable duration (#16551)jctanner2016-07-081-0/+6
* Don't check that we import basic.py in new-style modules (#16613)Toshio Kuratomi2016-07-061-14/+0
* Don't treat parsing problems as async task timeout (#16458)Monty Taylor2016-07-061-2/+10
* Fix the way handlers are compiled and found/notifiedJames Cammarata2016-07-061-5/+2
* Remove doubled instantiation of the zipfile (#16609)Toshio Kuratomi2016-07-061-1/+1
* Use get_handler_blocks() to get list of role handlersJames Cammarata2016-07-061-1/+1
* Determine failed hosts with _check_failed_state() (#16566)Martin Matuska2016-07-051-1/+1
* Parse async response in async action. (#16534)Matt Clay2016-07-011-9/+0
* Use loop_control.loop_var directlyAbhijit Menon-Sen2016-07-011-1/+1
* Fix off-by-one error with retriesJames Cammarata2016-06-231-1/+3
* Take previously failed/unreachable hosts into account when checking the batchJames Cammarata2016-06-211-1/+5
* Fix handler listeners as a listJames Cammarata2016-06-211-3/+7
* FEATURE: handler listenersJames Cammarata2016-06-202-6/+6
* Track notified handlers by object rather than simply their nameJames Cammarata2016-06-201-6/+10
* Remove unneeded passToshio Kuratomi2016-06-131-1/+0
* Workaround bad interaction with .pth files. (#16238)Toshio Kuratomi2016-06-131-1/+16
* better handling of retry filesBrian Coca2016-06-101-5/+6
* fix for psuedo-connection hostvars not propagating to connectionnitzmahone2016-06-101-1/+1
* Fix: create retry_files_save_path if it doesn't exist (#15659)J. Javier Maestro2016-06-101-0/+2
* Expand return code values returned by TQM and strategiesJames Cammarata2016-06-082-1/+13
* Create state in PlayIterator for unknown hosts rather than raise errorsJames Cammarata2016-06-071-4/+7
* Tweak the poll time to 0.005 to improve perf with large playbooksJames Cammarata2016-06-061-1/+1
* Merge branch 'devel' of https://github.com/andreyshestakov/ansible into andre...James Cammarata2016-06-061-1/+1
|\
| * Fix sleep intervals (14219)Andrey Shestakov2016-05-311-1/+1
* | Port urls.py to python3 and other byte vs text fixes (#16124)Toshio Kuratomi2016-06-041-16/+26
|/
* Fix the error handling for loop squashing to restore the name argument into t...Toshio Kuratomi2016-05-211-1/+5
* More playbook executor compatibility fixesJames Cammarata2016-05-181-3/+11
* In TQM run() mark any entries in _failed_hosts as failed in the PlayIteratorJames Cammarata2016-05-181-0/+7
* Make sure that serial failures are handled correctly.Vincent Roy2016-05-181-0/+6