summaryrefslogtreecommitdiff
path: root/lib/ansible/playbook/play.py
Commit message (Expand)AuthorAgeFilesLines
* FEATURE: adding variable serial batchesfeature_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
* Improve error catching from malformed playbook dataJames Cammarata2015-09-231-5/+20
* Fix vars_prompt short form support (and mark deprecated)James Cammarata2015-09-091-4/+29
* Adjust field loading order for vars and tweak post_validate exclusion logicJames Cammarata2015-08-281-37/+15
* Add float and percent types for FieldAttributesJames Cammarata2015-08-261-1/+1
* Re-add vars to Base and standardize var processingJames Cammarata2015-08-071-27/+0
* Allow field attributes to have prioritiesJames Cammarata2015-08-051-3/+3
* Allow role names to be templatedJames Cammarata2015-08-031-1/+1
* Fix relative paths for included filesJames Cammarata2015-08-031-0/+8
* Remove vars attribute from baseJames Cammarata2015-07-291-0/+1
* Fix handler flushing to match how v1 workedJames Cammarata2015-07-221-1/+15
* Play.get_name: remove prefix, return name onlyPierre-Louis Bonicoli2015-07-201-1/+1
* Make gathering=explicit work againAbhijit Menon-Sen2015-07-171-1/+1
* Move role cache into the play to avoid roles crossing play boundariesJames Cammarata2015-07-101-0/+7
* Lots of fixes for integration test bugsJames Cammarata2015-07-101-1/+2
* now allows for empty vars sections, returns empty dictBrian Coca2015-07-081-0/+2
* When loading the play hosts list, enforce some consistencyJames Cammarata2015-06-281-1/+25
* Don't post_validate vars and vars_files on Play objectsJames Cammarata2015-06-221-0/+14
* fixes issue 11286 where role handlers are not runBenno Joy2015-06-211-0/+14
* Fixing vars_promptJames Cammarata2015-06-041-1/+4
* Make the default playbook name an empty string (v2)James Cammarata2015-05-061-1/+1
* Handle empty role definitions in YAML (v2)James Cammarata2015-05-051-0/+3
* Making the switch to v2James Cammarata2015-05-031-905/+219
* just a few spelling error changesCarlos E. Garcia2015-04-281-1/+1
* Fix tag handling on meta:flush_handlers tasksJames Cammarata2015-04-171-5/+7
* Fix --force-handlers, and allow it in plays and ansible.cfgJesse Rusak2015-04-101-3/+5
* converted error on play var initialization into warning with more informationBrian Coca2015-03-311-1/+5
* readded sudo/su vars to allow role/includes to work with passed sudo/suBrian Coca2015-03-271-1/+1
* fixed bug on using su on play level not setting become method correctlyBrian Coca2015-03-161-0/+1
* Merge pull request #10329 from bcoca/var_merge_combinedBrian Coca2015-03-121-5/+5
|\
| * fixed typoe in combined_VarsBrian Coca2015-02-241-1/+1