summaryrefslogtreecommitdiff
path: root/lib/ansible/playbook/base.py
Commit message (Expand)AuthorAgeFilesLines
* allow vars_files to use dwim (vars/) and vaults (#75526)Brian Coca2021-08-251-1/+40
* Fix resolution of action/module names in module_defaults (#75284)Sloane Hertel2021-07-211-7/+12
* add action_groups support to collections (#74039)Sloane Hertel2021-07-141-1/+207
* Only check if play.hosts is a template when the play hasn't been finalized (#...Matt Martz2021-04-191-0/+4
* Prevent traceback when task depth exceeds python recursion depth (#73999)Matt Martz2021-04-151-1/+5
* Ensure task from the worker is finalized/squashed (#73881)Matt Martz2021-03-161-0/+7
* added 'task timeout' feature (#69284)Brian Coca2020-05-191-0/+1
* Remove left hand side slicingToshio Kuratomi2020-05-061-2/+2
* Be strict about what is a boolean for keywords (#67625)Brian Coca2020-04-281-1/+1
* T woerner max concurrent (#60702)James Cammarata2019-08-281-0/+1
* Template value of debugger and then check for validity (#53587)Jack Parsons2019-08-271-1/+2
* Fix notifying handlers by using an exact match (#55624)Sloane Hertel2019-06-271-48/+52
* Prevent vars premature templating (#56117)Brian Coca2019-05-231-2/+4
* Templar: encapsulate _available_variables (#55435)Martin Krizek2019-05-201-1/+1
* become mixin is no more (#54002)Brian Coca2019-04-121-10/+9
* Become plugins (#50991)Matt Martz2019-02-111-7/+7
* add static facility and apply to register (#49737)Brian Coca2019-01-241-0/+8
* Fieldattribute inheritance with defaults (#50891)Matt Martz2019-01-231-10/+29
* Properly handle FieldAttribute.default if callable (#48992)Martin Krizek2018-11-261-2/+8
* Add a Singleton metaclass, use it with Display (#48935)Matt Martz2018-11-201-5/+2
* Do not use mutable defaults in FieldAttribute, instead allow supplying a call...Matt Martz2018-10-121-0/+3
* New keyword: ignore_unreachable (#43857)jctanner2018-08-231-0/+1
* Mass nuke deprecated items that are easily removed. ci_complete (#44320)Matt Martz2018-08-201-9/+2
* Fix NameError, value was not available in this context leading to a generic u...Matt Martz2018-06-251-0/+1
* always_run: removed deprecated always_run task option (#40470)Jordan Borean2018-05-231-1/+0
* rebase base playbook base (#39533)Brian Coca2018-05-031-33/+36
* Pass vars from import_playbook in early (#39521)Matt Martz2018-04-301-2/+2
* Skip self._parent on dynamic, defer to grandparent for attr lookup (#38827)Matt Martz2018-04-161-2/+0
* Support for module param defaults (#22648)Andrew Gaffney2018-04-051-0/+3
* Provide a way to explicitly invoke the debugger (#34006)Matt Martz2018-01-091-0/+9
* Don't use getattr in _get_parent_attribute to avoid recursion issues (#33595)James Cammarata2018-01-051-4/+5
* normalize namesBrian Coca2017-12-111-0/+2
* Make include_x inheritance more congruent with docs (#32769)Brian Coca2017-11-301-0/+2
* Adding aliases for field attributes and renaming async attribute (#33141)James Cammarata2017-11-221-3/+17
* Remove uses of assert in production code (#32079)Matt Martz2017-11-131-3/+5
* Make newer stuff PEP8 compliant (#26951)Dag Wieers2017-11-051-30/+16
* Allow any_errors_fatal to be set in playbook - fixes #30691 (#30839)Sloane Hertel2017-10-041-1/+1
* Fix dangerous default args. (#29839)Matt Clay2017-09-121-1/+2
* less confusing 'args' message (#29053)Brian Coca2017-09-061-3/+6
* added diff as new keyword (#28581)Brian Coca2017-08-241-0/+1
* Handle errors in jmespath in json_query better (#22109)Adrian Likins2017-08-171-1/+0
* Ansible Config part2 (#27448)Brian Coca2017-08-151-2/+3
* Consolidate boolean/mk_boolean conversion functions into a single locationToshio Kuratomi2017-07-171-2/+2
* add any_errors_fatal global configBrian Coca2017-07-031-8/+9
* Do not set default value for any_errors_fatal in BaseJames Cammarata2017-06-161-1/+1
* 1st part of ansible config, adds ansible-config to view/manage configs (#12797)Brian Coca2017-06-141-8/+8
* Fix spelling mistakes (comments only) (#25564)Abhijeet Kasurde2017-06-121-1/+1
* Try to show original exception info for yaml (and other) errors (#24468)Adrian Likins2017-06-091-9/+10
* Collated PEP8 fixes (#25293)Dag Wieers2017-06-021-26/+26
* Avoid default serialization of classes in dump_attrsJames Cammarata2017-05-111-2/+20