summaryrefslogtreecommitdiff
path: root/lib/ansible/playbook/play.py
Commit message (Expand)AuthorAgeFilesLines
* [stable-2.7] Ensure we don't overwrite roles from include/import_role when lo...Matt Martz2018-10-231-1/+6
* [stable-2.7] Do not use mutable defaults in FieldAttribute, instead allow sup...Matt Martz2018-10-121-8/+8
* Make sure we skip handlers from includes in compile_roles_handlers. Fixes #44...Matt Martz2018-08-291-0/+2
* gather facts improvements (#44008)Pilou2018-08-231-1/+1
* Mass nuke deprecated items that are easily removed. ci_complete (#44320)Matt Martz2018-08-201-13/+2
* Only template values in vars_prompt rather than all vars (#39304)Sam Doran2018-08-131-1/+1
* Remove dead 'vault_password' play attribute (#41847)Andrew Gaffney2018-07-251-1/+0
* Add feature to expose vars/defaults with include/import_role (#41330)Matt Martz2018-07-151-0/+4
* Handle typing of vars_files in Play.get_vars_files. Fixes #14708 (#41801)Matt Martz2018-06-221-0/+2
* Ensure we don't overwrite handlers from include_role when loading a play. Fix...Matt Martz2018-05-011-1/+5
* Pass vars from import_playbook in early (#39521)Matt Martz2018-04-301-1/+3
* caller to preprocess must be None aware (#33653)Brian Coca2018-02-081-16/+17
* normalize namesBrian Coca2017-12-111-1/+0
* Remove uses of assert in production code (#32079)Matt Martz2017-11-131-2/+3
* Properly handle user selection of `None` as vars_files (#31313)Ryan Brown2017-10-091-0/+2
* decelerate! (#30160)Brian Coca2017-09-161-7/+2
* Try to show original exception info for yaml (and other) errors (#24468)Adrian Likins2017-06-091-11/+11
* Collated PEP8 fixes (#25293)Dag Wieers2017-06-021-33/+31
* Transition inventory into plugins (#23001)Brian Coca2017-05-231-1/+1
* added versions to dep notices (#24019)Brian Coca2017-04-271-1/+1
* Update module_utils.six to latest (#22855)Toshio Kuratomi2017-03-231-1/+1
* added new 'order' directive to sort hosts in playBrian Coca2017-03-161-2/+2
* moved any_errors_fatal to base (#21585)Brian Coca2017-03-021-1/+0
* Skip fact gathering if the entire play was included via conditional and False...jctanner2017-02-211-0/+2
* Configurable fact path (#18147)Alvaro Aleman2017-01-121-0/+1
* Removed dict.iteritems() in several other files.Andrea Tartaglia2016-12-141-1/+1
* make default strategy configurable (#18394)Gael Pasgrimaud2016-11-151-1/+2
* restore play_hosts variables to not show removedBrian Coca2016-11-081-0/+1
* Remove _load_hosts() from Play initialization as it's no longer needed and it...Toshio Kuratomi2016-09-211-22/+0
* Fix dataloader using deprecated version of is_encrypted (#17615)Toshio Kuratomi2016-09-171-1/+1
* FEATURE: adding variable serial batchesJames Cammarata2016-08-041-1/+1
* make timeout decorator for facts have a configurable duration (#16551)jctanner2016-07-081-0/+1
* Fix the way handlers are compiled and found/notifiedJames Cammarata2016-07-061-1/+1
* Fix facts for the FieldAttribute list change in 30a38f9Toshio Kuratomi2016-04-221-1/+1
* Make ohai and facter work via module_utils Fact classes rather than in the se...Toshio Kuratomi2016-03-141-2/+0
* Make changes proposed during review of restrict fact gathering feature:Toshio Kuratomi2016-03-141-1/+1
* Add a way to restrict gathered facts in Ansible:Yannig Perré2016-03-141-0/+3
* hosts can be list or stringBrian Coca2016-02-251-1/+4
* default play name to hosts entryBrian Coca2016-02-251-0/+2
* removed default from hosts to make it requriedBrian Coca2015-12-091-1/+1
* Revert "avoid persistent containers in attribute defaults"Brian Coca2015-12-091-8/+8
* avoid persistent containers in attribute defaultsBrian Coca2015-12-091-8/+8
* Finish up plugin porting to global displayToshio Kuratomi2015-11-111-1/+0
* Move the rest of the playbook code to use global displayToshio Kuratomi2015-11-111-11/+10
* Cleaning up FIXMEsJames Cammarata2015-10-221-1/+0
* Bundle a new version of python-six for compatibility along with some code to ...six-compatToshio Kuratomi2015-10-161-1/+1
* Tweak to the way serial percentages are handledJames Cammarata2015-10-121-1/+1
* changed 'string' to 'percent' for _serialklshxsh2015-10-121-1/+1
* The serial keyword can be specified as a percentage, e.g '30%' or a number e....klshxsh2015-10-091-1/+1
* Save the included directory for playbook includes for use as the basedirJames Cammarata2015-09-291-0/+4