summaryrefslogtreecommitdiff
path: root/lib/ansible/executor
Commit message (Expand)AuthorAgeFilesLines
...
* Don't pollute include_variables (#54687)Matt Martz2019-04-091-5/+5
* Collection content loading (#52194)Matt Davis2019-03-283-53/+127
* Expose loop_control.loop_var as ansible_loop_var (#54240)Matt Martz2019-03-261-0/+3
* Avoid WorkerProcess._new_stdin FD sharing (#51623) (#51624)dw2019-03-261-19/+30
* Remove "legacy" code from PlayIterator (#53754)Martin Krizek2019-03-251-4/+6
* fixes for stripping (#52930)Brian Coca2019-03-121-1/+9
* Use unicode string for auto interpreter warnings (#53671)Jordan Borean2019-03-121-29/+29
* Add support for ansible-test --coverage-check. (#53573)Matt Clay2019-03-111-7/+27
* Configurable and parallel gather facts (#49399)Brian Coca2019-03-081-2/+2
* interpreter discovery message tweaks (#53155)Matt Davis2019-02-281-11/+11
* Python interpreter discovery (#50163)Matt Davis2019-02-274-6/+286
* Ensure play order is obeyed (#49897)Brian Coca2019-02-272-2/+2
* Revert Clear failed state in always only if we did rescue (#52968)Jordan Borean2019-02-261-1/+1
* better error for bad module options (#52726)Brian Coca2019-02-251-1/+4
* Clear failed state in always only if we did rescue (#52829)Martin Krizek2019-02-251-1/+1
* Add stats on rescued/ignored tasks (#48418)Martin Krizek2019-02-201-1/+5
* Allow setting resource.RLIMIT_NOFILE in modules (#51989)Matt Clay2019-02-151-0/+31
* Fix pycodestyle E117 issues.Matt Clay2019-02-131-3/+3
* Become plugins (#50991)Matt Martz2019-02-113-30/+76
* Pass number of forks to TQM from CLI/config (#51669)Martin Krizek2019-02-051-2/+7
* Avoid accidental fork bombs due to try/except (#51633) (#51636)dw2019-02-041-0/+33
* Fix performance issue with large task retries. (#51581)Matt Clay2019-01-311-1/+2
* added unsafe toggle to vars_prompt (#49219)Brian Coca2019-01-301-2/+5
* faster config loading (#48333)Brian Coca2019-01-231-0/+5
* Remove unnecessary calls to cache_block_tasks noop (#50715)Martin Krizek2019-01-171-5/+0
* Clarify clear facts (#50667)Brian Coca2019-01-151-1/+1
* Close all open filehandle (#50544)Abhijeet Kasurde2019-01-111-1/+2
* tqm._initialize_notified_handlers() is noop now (#50713)Martin Krizek2019-01-091-23/+0
* avoid x2 setting of set_fact when 'cacheable' (#50564)Brian Coca2019-01-081-1/+1
* Handle exception raised in recursive_finder API (#49590)Abhijeet Kasurde2019-01-041-1/+4
* Save the command line arguments into a global contextToshio Kuratomi2019-01-032-17/+20
* Allow persistent connection plugins to queue messages back to ansible-connect...Nathaniel Case2018-12-191-2/+10
* Update bare exceptions to specify Exception.Toshio Kuratomi2018-12-161-2/+2
* win become: refactor and add support for passwordless become (#48082)Jordan Borean2018-12-121-10/+17
* Remove cliconf from httpapi connection (#46813)Nathaniel Case2018-12-111-3/+3
* Consolidate handler tracking (#49338)Matt Martz2018-12-111-26/+0
* Add info about loop based on jinja2 loop var (#42134)Matt Martz2018-12-071-0/+24
* Make squash deprecation messages less misleading (#49551)Matt Martz2018-12-061-2/+11
* Set play context on stdout callback plugin (#35910)Monty Taylor2018-11-291-0/+4
* split PS wrapper and payload (CVE-2018-16859) (#49142)Matt Davis2018-11-265-12/+25
* Add a Singleton metaclass, use it with Display (#48935)Matt Martz2018-11-206-32/+14
* Catch per loop label templating exceptions. Fixes #48879 (#48896)Matt Martz2018-11-201-1/+7
* Add timeout information into async failure messageAbhijeet Kasurde2018-11-201-1/+1
* display.error on no matching --start-at-task (#45221)Martin Krizek2018-11-151-0/+7
* powershell - fix async for Ansible.Basic (#48404)Jordan Borean2018-11-131-13/+16
* fix tagged implicit gathering (#48294)Brian Coca2018-11-091-1/+1
* Support list of dicts with omit. Fixes #45907 (#45923)Matt Martz2018-11-071-1/+6
* Added basic equivalent to PowerShell modules (#44705)Jordan Borean2018-11-071-1/+2
* make fact gathering obey play tags (#44717)Brian Coca2018-11-061-1/+5
* Don't use the task for a cache, return a special cache var (#47243)Matt Martz2018-10-181-1/+6