summaryrefslogtreecommitdiff
path: root/lib/ansible/playbook/base.py
Commit message (Expand)AuthorAgeFilesLines
* Do not set default value for any_errors_fatal in BaseJames Cammarata2017-06-161-7/+7
* Avoid default serialization of classes in dump_attrsJames Cammarata2017-05-171-2/+20
* moved any_errors_fatal to base (#21585)Brian Coca2017-03-021-0/+1
* Stash post-validated fields of the task in the TaskResultJames Cammarata2017-02-211-4/+10
* Use a custom id generator over uuid4James Cammarata2017-02-101-3/+2
* unified boolean functionBrian Coca2016-11-291-1/+1
* Look for _get_parent_attribute method in both src and dst dictJames Cammarata2016-11-231-1/+1
* Add option to prepend inherited attributes when extending valuesJames Cammarata2016-11-141-2/+7
* Don't copy the parent block of TaskIncludes when loading staticallyJames Cammarata2016-11-111-2/+2
* Merge class dict with parent dict when creating meta attributesJames Cammarata2016-11-071-1/+3
* Remove direct calls to print and cleanup importsToshio Kuratomi2016-11-071-2/+2
* Move uses of to_bytes, to_text, to_native to use the module_utils version (#1...Toshio Kuratomi2016-09-061-11/+13
* Dynamic role include (#17401)Brian Coca2016-09-051-5/+0
* Don't do parent stuff during serialize if squashed or finalizedJames Cammarata2016-08-311-6/+5
* Some further cleanup in the meta branchJames Cammarata2016-08-311-12/+29
* Selectively assign the getter for better performanceJames Cammarata2016-08-311-17/+55
* Meta meta metaJames Cammarata2016-08-311-145/+105
* Rework the way params are assigned to TaskIncludes when they're dynamicJames Cammarata2016-08-161-2/+2
* Validate new blocks during copyJames Cammarata2016-08-101-19/+25
* Mark playbook objects as finalized after post_validateJames Cammarata2016-08-091-5/+10
* Move tasks/blocks to a single parent modelJames Cammarata2016-08-081-4/+28
* Performance improvementsJames Cammarata2016-08-081-3/+4
* add check_mode option for tasks (#16056)Robin Roth2016-07-221-0/+1
* Fixing issues with getattr caused by 5a3493bJames Cammarata2016-06-241-26/+10
* apply @zazard's fix to parent attribute lookupnitzmahone2016-06-231-1/+1
* Properly wrap objects using json default encoderJames Cammarata2016-06-231-2/+2
* Port urls.py to python3 and other byte vs text fixes (#16124)Toshio Kuratomi2016-06-041-3/+23
* Fix facts for the FieldAttribute list change in 30a38f9Toshio Kuratomi2016-04-221-0/+6
* Create a special class of list FieldAttribute for splitting on commasJames Cammarata2016-04-221-2/+6
* Make the loop variable (item by default) settable per taskJames Cammarata2016-04-191-0/+6
* Allow FieldAttribute lists and sets to be set from a comma separated stringToshio Kuratomi2016-03-141-5/+12
* Updating unit tests for PlayIteratorJames Cammarata2016-03-071-0/+2
* Make it easier to read error messageJohn Barker2016-03-071-1/+1
* Fix minor typo in commentThomas Quinot2016-01-101-1/+1
* unconditionally set vars on init to avoid issues with var precedenceBrian Coca2015-12-011-2/+3
* avoid inheritance issues with default=dict declaration at class levelBrian Coca2015-12-011-1/+4
* Do not double transform to unicodeToshio Kuratomi2015-11-251-2/+2
* fixing errors with utf-8 valuesCharles Paul2015-11-251-1/+2
* Move the rest of the playbook code to use global displayToshio Kuratomi2015-11-111-15/+12
* Remove dead codeToshio Kuratomi2015-11-111-4/+0
* Merge pull request #13072 from Yannig/devel_cache_optimizationJames Cammarata2015-11-091-0/+9
|\
| * Small speed improvement with huge inventory (100+ hosts).Yannig Perré2015-11-071-0/+9
* | Ensure environment is inherited properly (task->block/include->play)James Cammarata2015-11-091-1/+1
|/
* Break apart a looped dependency to show a warning when parsing playbooksToshio Kuratomi2015-10-271-5/+1
* Merge pull request #12866 from bcoca/more_inheritenceJames Cammarata2015-10-271-0/+3
|\
| * moved several directives so they are not settable at play, block, role and ta...Brian Coca2015-10-221-0/+3
* | Make sure Base attributes are copied cleanlyJames Cammarata2015-10-261-1/+8
* | Cleaning up FIXMEsJames Cammarata2015-10-221-2/+0
|/
* Bundle a new version of python-six for compatibility along with some code to ...six-compatToshio Kuratomi2015-10-161-1/+1
* Fix bug in way omitted values were setJames Cammarata2015-10-121-1/+1