- 03 Aug, 2013 4 commits
-
-
Allow destination paths in the hg module to include a tilde (~)
Michael DeHaan committed -
Fixes issue #3466 - When ansible can't authenticate against a host, and your answer is no, ansible crash.
James Cammarata committed -
Adding support for hashed known_hosts entries
Michael DeHaan committed -
git://github.com/psvo/ansibleMichael DeHaan committed
-
- 02 Aug, 2013 25 commits
-
-
Fixes issue #3360 - Inconsistent behavior of the hg module w.r.t. dest path
James Cammarata committed -
Fixes Issue #3716 - SSH known host checking needs to understand hashed known hosts
James Cammarata committed -
Petr Svoboda committed
-
User: when creating new user, ignore empty groups value
Michael DeHaan committed -
now correctly 'types' value pairs that are passed to jinja overrides
Michael DeHaan committed -
rishid committed
-
override Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
Brian Coca committed -
Michael DeHaan committed
-
Update docs and example for injecting files.
Michael DeHaan committed -
Wrong target for link?
Michael DeHaan committed -
Michael DeHaan committed
-
module mysql_user: fix 'state' parameter description
Michael DeHaan committed -
Added optional region parameter. Fail if you specify an ELB that doesn'...
Michael DeHaan committed -
now uses get_bin_path for lvg executables
Michael DeHaan committed -
Allow --diff on UTF-8 encoded files and templates
Michael DeHaan committed -
Fix sudo_user copy error
Michael DeHaan committed -
Add extra module path early during playbook parsing.
Michael DeHaan committed -
Fix playbook-local host_vars when running from .
Michael DeHaan committed -
Fix pkgin search
Michael DeHaan committed -
Fix nested loop for more than 3 elements
Michael DeHaan committed -
Fix 'timeout' parameter of glance-image module.
Michael DeHaan committed -
stringify conditional before handing it to Jinja2 for evaluation.
Michael DeHaan committed -
fix: if a path is symlink and trying to chmod, OSError Exception will be raised
Michael DeHaan committed -
updated debug module docs to remove outdated -v requirement
Michael DeHaan committed -
Only revoke GRANT OPTION when user actually has it
Michael DeHaan committed
-
- 01 Aug, 2013 5 commits
-
-
Boto blindly assumes the us-east-1 region if you don't hardcode a region in it's config, so you could end up attempting to modify ELB's in one region from a totally different region. If a region isn't specified then default to the region that the module is being run within rather than the default us-east-1 region since it's a pretty safe assumption that you intend to work on the ELB's within your current region. Also throw an error if a specified ELB instance doesn't exist. The old behavior would be to silently succeed with changed=false, so if you had so much as a typo in the name of your ELB (or were in the wrong region like my initial testing) you wouldn't get a clear indication that a problem had occurred.
Bruce Pennypacker committed -
"UnboundLocalError: local variable 'branch' referenced before assignment" is raised in git, line 282, in switch_version. Exception is raised when version is not branch and version checkout fails. E.g. when version is nonexistant commit.
Petr Svoboda committed -
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
Brian Coca committed -
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
Brian Coca committed -
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
Brian Coca committed
-
- 31 Jul, 2013 3 commits
-
-
Andrey Shorin committed
-
Nicholas Kuechler committed
-
Nicholas Kuechler committed
-
- 30 Jul, 2013 2 commits
-
-
Nicholas Kuechler committed
-
Treat errno 13 (permission denied) as one of the special cases in atomic_move. This type of error can occur because of sudo'ing to non-root user. Fixes #3705
Lorin Hochstein committed
-
- 29 Jul, 2013 1 commit
-
-
Stoned Elipot committed
-