summaryrefslogtreecommitdiff
path: root/lib/ansible/playbook
Commit message (Expand)AuthorAgeFilesLines
* Template play vars after reading themJames Cammarata2014-10-061-0/+5
* Fix order of resolving dependent role variables from vars filesJames Cammarata2014-10-031-1/+2
* Fix issue with vars precedence from rolesJames Cammarata2014-09-301-1/+1
* Fix missing strip() in a1809a371a7d0f4dc13616ae25b9312e3cecbe8eToshio Kuratomi2014-09-291-12/+14
* Target unnecessary templating warning at lines consisting of a single variableToshio Kuratomi2014-09-291-3/+10
* Use split_args instead of shlex to split include paramsJames Cammarata2014-09-231-4/+8
* Re-allow templating of complex_args, but count params to prevent injectionJames Cammarata2014-09-051-9/+4
* Make sure set_fact variables go into VARS_CACHEJames Cammarata2014-09-031-3/+14
* Allow installation of roles from yaml roles fileWill Thames2014-08-211-3/+2
* Friendly Role Names and roles from URLsWill Thames2014-08-211-13/+6
* Ensured that role version can be specified in role dependenciesWill Thames2014-08-211-0/+3
* Tidied up a little, added testsWill Thames2014-08-211-2/+2
* Need to take URLs into account when running playbooks tooWill Thames2014-08-211-0/+6
* roles: make role_path (path of current role) available as variable to the taskSerge van Ginderachter2014-08-211-1/+3
* Correct variable blending from vars_files with hostvars in themJames Cammarata2014-08-202-29/+38
* Fixing no_log for the playbook level useJames Cammarata2014-08-192-3/+5
* When serializing inventory, pop from the start of the hosts listJames Cammarata2014-08-191-1/+1
* Correct check for role library/ existenceJames Cammarata2014-08-181-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-122-2/+2
* Set special vars in play.vars rather than load_varsJames Cammarata2014-08-112-15/+30
* Fixing broken patch 20957a1James Cammarata2014-08-111-4/+3
* Remove duplicate compiling of task when: statementsJames Cammarata2014-08-112-8/+3
* WIP on the re-implementation of fact caching and various backends.Josh Drake2014-08-112-25/+33
* Catch task parameter splitting errors nicelyJames Cammarata2014-08-111-1/+8
* 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-082-3/+16
* Merge branch 'retf_py' of git://github.com/berendt/ansible into develMichael DeHaan2014-08-083-9/+9
|\
| * fixed typos found by RETF rules in PY filesChristian Berendt2014-05-033-9/+9
* | 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
* | | Make sure default vars are used in template calls for tasksJames Cammarata2014-08-071-2/+6
* | | Fix parsing of tasks with variable module namesJames Cammarata2014-07-301-2/+3
* | | Move splitter to module_utils so modules can use it and fix command arg split...James Cammarata2014-07-291-2/+3
* | | Unquote params passed to an include statementJames Cammarata2014-07-281-0/+1
* | | Use split_args instead of shlex.split for included paramsJames Cammarata2014-07-261-1/+1
* | | Make sure 'item' variable is set when using first_available_fileJames Cammarata2014-07-241-0/+4
* | | Refine error message about invalid ops since people forget to indent tasks fa...Michael DeHaan2014-07-171-1/+1
* | | Merge branch 'task-host-loop-bypass' of https://github.com/sivel/ansible into...James Cammarata2014-07-142-2/+4
|\ \ \
| * | | Add run_once task keyMatt Martz2014-05-192-2/+4
* | | | Merge remote-tracking branch 'svg/varsplugins_refactor' into svg_and_inventor...James Cammarata2014-07-071-0/+4
|\ \ \ \
| * | | | Move inventory.set_playbook_basedir from ansible-playbook to playbook constru...Serge van Ginderachter2014-03-251-0/+4
* | | | | Allow empty yaml vars filesJames Cammarata2014-07-041-1/+0
* | | | | Reset play attribute on callback plugins when a play fails.Chris Church2014-07-011-2/+3
* | | | | Add role_names to valid keys entry for playsJames Cammarata2014-06-161-1/+1
* | | | | Fix error passing play vars to an included playbook with empty varsJames Cammarata2014-06-041-0/+4
* | | | | Removing cruft leftover from the deprecation of include+with_itemsJames Cammarata2014-06-031-19/+16
* | | | | Correct issue of handlers running on all hosts incorrectlyJames Cammarata2014-05-271-1/+1
* | | | | Don't re-query inventory when trimming failed/dark hostsJames Cammarata2014-05-201-1/+1
| |/ / / |/| | |
* | | | Merge pull request #7388 from jimi-c/issue_7384_vars_files_includeJames Cammarata2014-05-141-22/+50
|\ \ \ \