- 09 May, 2014 17 commits
-
-
Lukas Grossar committed
-
module docker - add docker version comment
James Cammarata committed -
James Cammarata committed
-
Fix #7057 missing False default for vars_prompt
James Cammarata committed -
James Cammarata committed
-
James Cammarata committed
-
If `get_all_instances` returns multiple reservations, the old wait loop only dealt with the first reservation. Thus, the wait loop may end before all instances get to be running/stopped. Also clean up the code a little.
Yap Sok Ann committed -
cloud/rds : renaming an rds instance always fails
James Cammarata committed -
James Cammarata committed
-
James Cammarata committed
-
https://github.com/orgoj/ansible
Merge branch 'docker_image-patch-notag' of https://github.com/orgoj/ansible into orgoj-docker_image-patch-notag
James Cammarata committed -
James Cammarata committed
-
Merge branch 'git-submodule-when-recursive-true' of https://github.com/bibliotechy/ansible into bibliotechy-git-submodule-when-recursive-true
James Cammarata committed -
James Cammarata committed
-
- 08 May, 2014 17 commits
-
-
James Cammarata committed
-
James Cammarata committed
-
module replace - report changed only if contents is changed
James Cammarata committed -
James Cammarata committed
-
James Cammarata committed
-
James Cammarata committed
-
https://github.com/tyll/ansible
Merge branch 'warn_wrong_sudo_password' of https://github.com/tyll/ansible into tyll-warn_wrong_sudo_password
James Cammarata committed -
Route53 module handling of domains with "*" is broken
James Cammarata committed -
Fail if monit reload failed; don't mask the error.
James Cammarata committed -
An unofficial build is any build where OFFICIAL != yes. This patch adjusts the conditional accordingly.
James Laska committed -
James Laska committed
-
`decoded_name` was created twice, each from `rset.name` So, the second call to `.replace(r'\100', '@')` overwrites decoded_name, discarding the result of the call to `.replace(r'\052', '*')` I had a problem with wildcard domains that was fixed by this patch.
napkindrawing committed -
Since some of the vars contained in there may be used in the templating of other variables. This also reverts e83a494e which originally fixed issue #6979 but broke some other variable related things. Fixes #6979 Fixes #7321 Fixes #7332
James Cammarata committed -
This is necessary for the scenario when you push a new, broken monit config out, and then set a state=reloaded handler - the error was previously swallowed so you could end up with successful play but missing monitoring (!). Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
Chris Lamb committed -
Upon a second run, the default egress rule will be removed when a vpc is specified but no other egress rules were set. This patch corrects that behavior by removing the default egress rule from the list of unmatched outbound rules. Fixes #7309
James Cammarata committed
-
- 07 May, 2014 6 commits
-
-
Make sure dwim'd relative path ends in a "/" if the original does
James Cammarata committed -
James Cammarata committed
-
Minor typo fix
James Cammarata committed -
Fixes #7308
James Cammarata committed -
James Cammarata committed
-