summaryrefslogtreecommitdiff
path: root/lib/ansible/playbook
Commit message (Expand)AuthorAgeFilesLines
* mark runas become method experimental (#23235)Matt Davis2017-04-031-0/+1
* Verify that the role specification is using a comma before warningMichael Scherer2017-03-071-4/+8
* Warn when jinja2 delimiters are found in a when statement (#20312)Matt Martz2017-03-021-0/+11
* moved any_errors_fatal to base (#21585)Brian Coca2017-03-024-3/+1
* fixes play context connection user (#21776)Peter Sprygada2017-02-221-1/+5
* Additional lock down of conditionalsJames Cammarata2017-02-211-25/+45
* Stash post-validated fields of the task in the TaskResultJames Cammarata2017-02-211-4/+10
* Skip fact gathering if the entire play was included via conditional and False...jctanner2017-02-212-0/+8
* fix play_context connection_user attribute (#21640)Peter Sprygada2017-02-191-1/+1
* Update any_errors_fatal field attributes in block/task to match playJames Cammarata2017-02-172-2/+2
* Complete rewrite of Windows exec wrapper (#21510)Matt Davis2017-02-171-4/+2
* delegate_to is a stringBrian Coca2017-02-101-1/+1
* Use a custom id generator over uuid4James Cammarata2017-02-101-3/+2
* Call parent super() in RoleDefinition init before doing other stuffJames Cammarata2017-02-101-1/+3
* Added DIFF_ALWAYS constantAndrea Tartaglia2017-02-091-1/+1
* updates the code path for network modules (#21193)Peter Sprygada2017-02-091-0/+2
* refactoring asyncBrian Coca2017-02-061-1/+1
* PEP 8 E111 & E114 cleanup. (#20838)Matt Clay2017-01-304-10/+10
* PEP 8 indent cleanup. (#20800)Matt Clay2017-01-293-53/+53
* PEP 8 W291 whitespace cleanup.Matt Clay2017-01-272-12/+12
* PEP 8 whitespace cleanup. (#20783)Matt Clay2017-01-272-3/+3
* Fix infrequent PEP 8 issues.Matt Clay2017-01-271-1/+1
* Add pipeline-ish method using dd for file transfer over SSH (#18642)Andrew Gaffney2017-01-191-0/+2
* Reworking the way end of role detection is doneJames Cammarata2017-01-182-1/+9
* Fix for bug in Conditional for older jinja2 versionsJames Cammarata2017-01-161-1/+2
* Additional security fixes for CVE-2016-9587James Cammarata2017-01-131-7/+44
* Configurable fact path (#18147)Alvaro Aleman2017-01-122-0/+6
* Additional fixes for security related to CVE-2016-9587James Cammarata2017-01-111-5/+5
* Fixing security bugs for CVE-2016-9587James Cammarata2017-01-091-2/+7
* Removing unused files in playbook/ directoryJames Cammarata2017-01-042-42/+0
* still needs static for task objectBrian Coca2016-12-161-0/+1
* removed unused 'static' optionBrian Coca2016-12-161-2/+1
* Removed dict.iteritems() in several other files.Andrea Tartaglia2016-12-141-1/+1
* minor spelling changesCarlos E. Garcia2016-12-132-2/+2
* smart quotes, die die die.Toshio Kuratomi2016-12-051-1/+1
* Fix indentationToshio Kuratomi2016-12-051-27/+27
* Add docstring explaining whatw Attribute doesToshio Kuratomi2016-12-051-0/+28
* make hash_params more robust in the face of many corner cases (#18701)Toshio Kuratomi2016-12-051-19/+48
* unified boolean functionBrian Coca2016-11-292-2/+3
* Make sure include_role inherit variables from parent role (#18627)Daniel Miranda2016-11-281-3/+9
* adds two new plugins that use ansible-connection for persistence (#18572)Peter Sprygada2016-11-281-0/+2
* Look for _get_parent_attribute method in both src and dst dictJames Cammarata2016-11-231-1/+1
* Rework how the Conditional class deals with undefined varsJames Cammarata2016-11-221-9/+42
* Convert playbook basedir into unicode at the bordersToshio Kuratomi2016-11-211-2/+3
* Check for negative defined logic in conditionalsJames Cammarata2016-11-211-2/+2
* With role params also keep special params in the ds as well as paramsJames Cammarata2016-11-181-0/+11
* Mcsalgado's change to use shlex.quote instead of pipes.quote (#18534)Toshio Kuratomi2016-11-171-5/+5
* Performance improvement using in-operator on dictsDag Wieers2016-11-171-2/+2
* make default strategy configurable (#18394)Gael Pasgrimaud2016-11-151-1/+2
* Add `name` field for BlocksJames Cammarata2016-11-151-5/+9