summaryrefslogtreecommitdiff
path: root/lib/ansible/executor/playbook_executor.py
Commit message (Expand)AuthorAgeFilesLines
* Use ansible.module_utils.common.text.converters (#80704)Matt Clay2023-05-031-1/+1
* Move collection playbook output from "warning" to "-v" (#79320)stmps2022-11-081-2/+2
* end_play: end the current play only (#76674)Martin Krizek2022-01-111-1/+0
* Ensure end_play ends play, not batch (#74332)Martin Krizek2021-06-031-2/+7
* run playbook from collections (#67435)Brian Coca2020-10-281-1/+21
* avoid constant checking controlpersist (#69910)Brian Coca2020-06-091-2/+2
* Not native, but text (#55676)Brian Coca2019-05-241-4/+3
* Ensure play order is obeyed (#49897)Brian Coca2019-02-271-1/+1
* Become plugins (#50991)Matt Martz2019-02-111-1/+3
* Pass number of forks to TQM from CLI/config (#51669)Martin Krizek2019-02-051-2/+7
* added unsafe toggle to vars_prompt (#49219)Brian Coca2019-01-301-2/+5
* faster config loading (#48333)Brian Coca2019-01-231-0/+5
* Save the command line arguments into a global contextToshio Kuratomi2019-01-031-10/+12
* Add a Singleton metaclass, use it with Display (#48935)Matt Martz2018-11-201-5/+2
* display.error on no matching --start-at-task (#45221)Martin Krizek2018-11-151-0/+7
* Only template values in vars_prompt rather than all vars (#39304)Sam Doran2018-08-131-13/+10
* Allow variables to be used in vars_prompt (#32802)Sam Doran2018-01-051-8/+13
* use proper booleans for vars_promptBrian Coca2017-08-141-2/+3
* 1st part of ansible config, adds ansible-config to view/manage configs (#12797)Brian Coca2017-06-141-1/+1
* ansible/executor: PEP8 compliancy (#24695)Dag Wieers2017-05-301-13/+13
* Transition inventory into plugins (#23001)Brian Coca2017-05-231-2/+2
* Restore "skipping: no hosts matched" messagestephane2017-02-081-6/+5
* Pass the absolute path to dirname when assigning basedir (#17457)Andrea Tartaglia2016-09-161-1/+1
* Check controlpersist (#17443)Toshio Kuratomi2016-09-121-0/+9
* Move uses of to_bytes, to_text, to_native to use the module_utils version (#1...Toshio Kuratomi2016-09-061-10/+8
* 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
* Don't immediately return failed for any_errors_fatal tasksJames Cammarata2016-08-121-1/+1
* FEATURE: adding variable serial batchesJames Cammarata2016-08-041-21/+30
* Take previously failed/unreachable hosts into account when checking the batchJames Cammarata2016-06-211-1/+5
* better handling of retry filesBrian Coca2016-06-101-5/+6
* 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-081-1/+6
* Make sure that serial failures are handled correctly.Vincent Roy2016-05-181-0/+6
* Don't stop executing plays after failure.Vincent Roy2016-05-181-4/+4
* Backward compatibility execution failures with 1.9Vincent Roy2016-05-181-2/+1
* fixes to vault/copyBrian Coca2016-04-141-0/+2
* Fix for serial when percent amount is less than one host (#15396)Jonathon Klobucar2016-04-131-1/+1
* python3 compatiblityBrian Coca2016-03-241-2/+3
* Use a unicode format string so that we don't convert to byte stringsToshio Kuratomi2016-02-261-1/+2
* termination handlingBrian Coca2016-02-101-12/+0
* Revert "centralized TERM signal handling"Brian Coca2016-02-101-0/+7
* centralized TERM signal handlingBrian Coca2016-02-091-7/+0
* avoid termination message when term is internalBrian Coca2016-02-091-2/+2
* correctly handle term signalsBrian Coca2016-02-081-4/+5
* Don't try to generate retry files if the tqm hasn't been initializedJames Cammarata2016-01-271-14/+14
* Make retry file generation not use StringIOJames Cammarata2016-01-261-8/+3
* Re-implementing the retry file feature for 2.0James Cammarata2016-01-261-0/+36
* Fix any_errors_fatal incorrect implementation in 2.0James Cammarata2016-01-151-3/+1
* do_encrypt import needed to move as wellToshio Kuratomi2016-01-131-1/+0