summaryrefslogtreecommitdiff
path: root/lib/ansible/playbook/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* [2.9] Fix missing ansible.builtin FQCNs in hardcoded action names (#72458)Felix Fontein2020-12-071-3/+7
* Move plugin loader playbook dir additions back to Playbook instead of Playboo...Matt Martz2019-08-061-0/+3
* allow empty plays again, for now (#55878)Brian Coca2019-04-291-1/+3
* Collection content loading (#52194)Matt Davis2019-03-281-1/+1
* Become plugins (#50991)Matt Martz2019-02-111-8/+0
* Fix encoding issues with file paths. (#50830)Matt Clay2019-01-141-2/+2
* Add a Singleton metaclass, use it with Display (#48935)Matt Martz2018-11-201-5/+2
* better error on empty playbookBrian Coca2018-09-281-3/+6
* 2.8 Core Deprecation Removal (#45232)Matt Martz2018-09-101-1/+1
* Pass vars from import_playbook in early (#39521)Matt Martz2018-04-301-2/+2
* better error on bad playbook encodingBrian Coca2017-09-141-2/+6
* minor fixes to playbook imports (#28422)Brian Coca2017-08-291-3/+4
* Ansible Config part2 (#27448)Brian Coca2017-08-151-1/+1
* Imports and includes (#25399)James Cammarata2017-06-061-1/+3
* Collated PEP8 fixes (#25293)Dag Wieers2017-06-021-1/+1
* Convert playbook basedir into unicode at the bordersToshio Kuratomi2016-11-211-2/+3
* Save and restore the loader's basedir when loading playbooksJames Cammarata2016-05-231-0/+8
* output color is now configurableBrian Coca2015-12-291-1/+2
* Get v2_playbook_on_start workingMatt Martz2015-12-021-0/+3
* Break apart a looped dependency to show a warning when parsing playbooksToshio Kuratomi2015-10-271-3/+1
* Minor comment fixThomas Quinot2015-08-051-1/+1
* Allow conditionals on PlaybookInclude statementsJames Cammarata2015-08-041-1/+10
* Use templar all the way downJames Cammarata2015-08-041-3/+7
* Making the switch to v2James Cammarata2015-05-031-838/+49
* just a few spelling error changesCarlos E. Garcia2015-04-281-1/+1
* Fix --force-handlers, and allow it in plays and ansible.cfgJesse Rusak2015-04-101-8/+9
* preliminary privlege escalation unification + pbrunBrian Coca2015-03-101-26/+18
* Fix name of a task containing a template causing tracebackToshio Kuratomi2015-02-261-1/+13
* added testsBrian Coca2015-02-131-44/+52
* simplified if conditionsBrian Coca2015-02-131-2/+2
* fixed skipped tagsBrian Coca2015-02-131-17/+21
* adds complex tag managementBrian Coca2015-02-131-11/+34
* Merge pull request #9404 from mmoya/configure-retry-filesBrian Coca2015-01-301-5/+14
|\
| * Configure retry file usage and locationMaykel Moya2014-10-231-5/+14
* | Fix role parameter precedence after 9a0f8f0James Cammarata2014-11-201-0/+1
* | Split out various vars-related things to avoid merging too earlyJames Cammarata2014-11-171-1/+7
|/
* Use split_args instead of shlex to split include paramsJames Cammarata2014-09-231-4/+8
* Make sure set_fact variables go into VARS_CACHEJames Cammarata2014-09-031-3/+14
* Correct variable blending from vars_files with hostvars in themJames Cammarata2014-08-201-0/+1
* When serializing inventory, pop from the start of the hosts listJames Cammarata2014-08-191-1/+1
* Fixing variable name bug introduced in ac8950fJames Cammarata2014-08-141-2/+2
* Make sure playbook_dir variable is an absolute pathJames Cammarata2014-08-121-1/+1
* Set special vars in play.vars rather than load_varsJames Cammarata2014-08-111-12/+24
* WIP on the re-implementation of fact caching and various backends.Josh Drake2014-08-111-14/+20
* Correct placement of right parenthesis.hoettle2014-08-081-1/+1
* playbook: permit the serial attribute to be a pecentage string as well as wel...Howard Oettle2014-08-081-2/+15
* Merge branch 'retf_py' of git://github.com/berendt/ansible into develMichael DeHaan2014-08-081-6/+6
|\
| * fixed typos found by RETF rules in PY filesChristian Berendt2014-05-031-6/+6
* | Merge pull request #6619 from sergevanginderachter/ansible_version_varMichael DeHaan2014-08-081-0/+3
|\ \
| * | Introduce an ansible_version dict as runner variableSerge van Ginderachter2014-04-081-0/+3
| |/