summaryrefslogtreecommitdiff
path: root/lib/ansible/playbook/play.py
Commit message (Expand)AuthorAgeFilesLines
* Use ansible.module_utils.common.text.converters (#80704)Matt Clay2023-05-031-1/+1
* Use FAs with inheritance only when applicable (#80026)Martin Krizek2023-02-221-18/+18
* Always create new role (#78661)Matt Martz2022-11-291-3/+19
* Move handler processing into new PlayIterator state (#77955)Martin Krizek2022-08-161-0/+25
* `FieldAttribute`s as descriptors (#73908)Martin Krizek2022-06-291-17/+17
* enable module defaults for implicit gather_facts (#76053)Brian Coca2022-01-101-0/+2
* add action_groups support to collections (#74039)Sloane Hertel2021-07-141-0/+9
* play - validate hosts entries (#74147)Sam Doran2021-06-171-8/+27
* [playbook/play.py] Increase error test coverage (#74217)Rick Elrod2021-04-131-2/+2
* Make it so callback plugins can act on implicit/explicit meta tasks (#71009)Rick Elrod2020-08-181-0/+3
* Fix incorrect "Could not match supplied host pattern" warning (#66764) (#67432)Vasili2020-02-141-1/+1
* Throw an error on unsupported vars_prompt keys (#65487)Andrew Gaffney2019-12-051-3/+5
* Ensure `allow_duplicates: true` enables to run single role multiple times (#6...Kiyo Nagamine2019-12-031-5/+3
* Collection role relative deps (#61517)Matt Davis2019-08-291-1/+2
* Fix gather facts ignoring gather_subsets config (#59271)Brian Coca2019-07-221-1/+1
* preserve underlying block building error (#56465)Brian Coca2019-05-221-1/+2
* Raise error in case of empty hosts list in playbook (#56354)Marcin2019-05-211-0/+2
* become mixin is no more (#54002)Brian Coca2019-04-121-2/+1
* Collection content loading (#52194)Matt Davis2019-03-281-1/+2
* Become plugins (#50991)Matt Martz2019-02-111-3/+7
* Fieldattribute inheritance with defaults (#50891)Matt Martz2019-01-231-1/+1
* Add a Singleton metaclass, use it with Display (#48935)Matt Martz2018-11-201-5/+2
* Ensure we don't overwrite roles from include/import_role when loading the pla...Matt Martz2018-10-231-1/+6
* Do not use mutable defaults in FieldAttribute, instead allow supplying a call...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