- 20 Dec, 2013 13 commits
-
-
James Tanner committed
-
James Tanner committed
-
James Tanner committed
-
James Tanner committed
-
James Tanner committed
-
James Cammarata committed
-
James Cammarata committed
-
James Tanner committed
-
Do not place (or higher) in min_ansible_version
Michael DeHaan committed -
add var for format.
jctanner committed -
James Tanner committed
-
James Tanner committed
-
James Tanner committed
-
- 19 Dec, 2013 13 commits
-
-
James Tanner committed
-
James Tanner committed
-
More don't catch `SystemExit`
Michael DeHaan committed -
Fixes #5159 `file` module: Don't catch `SystemExit`
jctanner committed -
tests depend on the default encoding being utf8
jctanner committed -
Fix for issue #4730 - stacktrace when deferenencing a non-existent group
jctanner committed -
Make sure ssh pipes are empty before moving on
jctanner committed -
Fix issue #5214: hostname persistence on RedHat/CentOS
jctanner committed -
Prevents UnicodeEncodeError
jctanner committed -
James Tanner committed
-
Fix checking for existence of EC2 tags
jctanner committed -
James Tanner committed
-
Fixes #5081
James Cammarata committed
-
- 27 Nov, 2013 13 commits
-
-
Michael DeHaan committed
-
Avoid a traceback when using accelerate
jctanner committed -
fix heading name syntax in AWS guide
Michael DeHaan committed -
James Tanner committed
-
This bit of code is attempting to access accelerate_inventory_host, which may not have been set/created. This will cause a traceback. Instead use getattr with a fallback to False.
Jesse Keating committed -
Tim Gerla committed
-
James Tanner committed
-
Fixes #5064
James Cammarata committed -
James Cammarata committed
-
Fix AWS credential params for ec2_ami, ec2_elb, ec2_tag, ec2_vpc, route53, and s3 modules
jctanner committed -
fixed documentation typo about region purpose
Michael DeHaan committed -
Jim Rybarski committed
-
The `ec2_ami`, `ec2_elb`, `ec2_tag`, `ec2_vpc`, `route53`, and `s3` modules all canonicalize the AWS access and secret key params as `aws_access_key` and `aws_secret_key`. However, following the fixes for #4540, those modules now use `get_ec2_creds` from `lib/ansible/module_utils/ec2.py`, which requires access/secret key params to be canonicalized as `ec2_access_key` and `ec2_secret_key`. As a result, AWS credentials passed to those six modules as parameters are ignored (they instead always use the AWS credentials specified via environment variables, or nothing). So this change fixes those six modules to canonicalize the AWS access and secret key params as `ec2_access_key` and `ec2_secret_key`, allowing them to again accept AWS credentials passed via module params.
Justin Ludwig committed
-
- 26 Nov, 2013 1 commit
-
-
James Tanner committed
-