summaryrefslogtreecommitdiff
path: root/lib/ansible/playbook
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5771 from bcoca/play_hosts2jctanner2014-02-051-0/+2
|\
| * added new play_hosts varBrian Coca2014-01-251-0/+2
* | Merge pull request #5662 from RSpiertz/update_playbook_errorjctanner2014-02-041-2/+11
|\ \
| * | PlayBook: better error messageRutger Spiertz2014-01-171-2/+11
* | | Fix issue with handler notifications being sent out incorrectlyJames Cammarata2014-02-031-1/+1
* | | Adding no_log: capability for tasksJames Cammarata2014-01-313-6/+7
* | | Build variable dictionary on included plays without using dict()James Cammarata2014-01-291-1/+1
* | | AnsibleWorks -> AnsibleMichael DeHaan2014-01-281-1/+1
* | | Fixing bug relating to su without an su_passJames Cammarata2014-01-271-1/+4
| |/ |/|
* | Merge pull request #5724 from angstwad/su-tasks-fixjctanner2014-01-231-1/+1
|\ \
| * | Fix bug where self.su was being set by the sudo param in play tasksPaul Durivage2014-01-221-1/+1
* | | Merge pull request #5713 from angstwad/su-fixjctanner2014-01-232-0/+12
|\ \ \ | |/ / |/| |
| * | Disallow su and sudo params in same play/taskPaul Durivage2014-01-222-0/+12
* | | Fix merge conflicts from #5519James Tanner2014-01-212-12/+21
|\ \ \ | |/ / |/| |
| * | Store the list of hosts to run on in runner objectJesse Keating2014-01-201-1/+2
| * | Store hosts for a play as a play attributeJesse Keating2014-01-202-11/+19
* | | Revert "Revert "Merge pull request #5325 from angstwad/add-su-support""Paul Durivage2014-01-203-32/+93
|/ /
* | Revert "Merge pull request #5325 from angstwad/add-su-support"James Tanner2014-01-203-93/+32
* | Ensure playbook support for su paramsPaul Durivage2014-01-202-2/+4
* | Resolve rebase conflictsPaul Durivage2014-01-201-1/+1
* | Proposing fix for Issue #4324; adding support for su in connection plugins ss...Paul Durivage2014-01-203-30/+89
|/
* Fact gathering on a second play against the same hosts should not be implicit...Michael DeHaan2014-01-041-1/+1
* Resolve merge commitMichael DeHaan2014-01-041-4/+0
* Merge pull request #5498 from j2sol/exit_setup_earlyMichael DeHaan2014-01-041-3/+3
|\
| * Return early from setup step when possibleJesse Keating2014-01-031-3/+3
* | Update various copyrights. Not complete, but sufficient.Michael DeHaan2014-01-043-3/+3
* | Remove code underlying when_* and only_if, which are deprecated features slat...Michael DeHaan2014-01-033-30/+12
|/
* We have had only_if, when_foo, etc, deprecated for a while and said they woul...Michael DeHaan2014-01-033-10/+5
* Allow for no role dependencies in role metadataJames Tanner2013-12-191-0/+2
* Addresses #5341 Expand home directories when searching for roles in ansible-p...James Tanner2013-12-181-0/+1
* improve error on invalid vars file (if its a list instead of a dict)Michael Vogt2013-12-121-0/+2
* Merge pull request #4207 from ashorin/ansibleJames Tanner2013-11-121-0/+11
* Support running handler parametrized by name.Alan Descoins2013-11-071-5/+7
* Addresses #4635 add list instead of joinJames Tanner2013-11-051-1/+1
* Fixes #4635 pass role conditionals to dependent rolesJames Tanner2013-11-051-1/+26
* Remove invalid ipv6 parameter from setup executionJames Tanner2013-11-041-1/+0
* Fixes #4485 add an ipv6 parameter to accelerate so that the daemon will bind ...James Tanner2013-11-042-3/+5
* Revert templating enhancements from 73dbab70 e6c28658 d409352c 9858b1f2 45875...James Tanner2013-10-301-1/+1
* Fixes #4549 Do not call lookup plugins when templating a task's nameJames Tanner2013-10-251-1/+1
* include basedir as 'playbook_dir' variableSerge van Ginderachter2013-10-252-0/+2
* Fixes #4536 Get the remote_user from multiple sources in a preferred orderJames Tanner2013-10-211-1/+7
* Provide warning about "with_items: '{{ loop }}'" being redundant only when {{...Michael DeHaan2013-10-191-2/+2
* Allow a defaults file to solely define a role. Some typo fixes.Michael DeHaan2013-10-191-3/+3
* Misc pep8 fixesMichael DeHaan2013-10-191-1/+1
* Fixes #4583 enforce that vars_files is a listJames Tanner2013-10-181-0/+4
* Merge pull request #3932 from jocelynj/develjctanner2013-10-152-3/+5
|\
| * Add option remote_user to task level, to specify the ssh login userJocelyn Jaubert2013-08-232-3/+5
* | Fixes a dev branch glitch where a conditional could be applied to multiple ta...Michael DeHaan2013-10-122-4/+20
* | Adding config flag role_path for common/global rolesThomas Omans2013-10-121-9/+21
* | Fix an issue where the ordering of an include statement is processed ahead of...Michael DeHaan2013-10-111-3/+3