- 27 Nov, 2013 12 commits
-
-
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 6 commits
-
-
James Tanner committed
-
fixed typo for assemble function
Michael DeHaan committed -
Brian Coca committed
-
James Tanner committed
-
James Tanner committed
-
James Tanner committed
-
- 25 Nov, 2013 9 commits
-
-
James Tanner committed
-
Update unarchive
Michael DeHaan committed -
Modified argument order provided to unzip command as the -o was being interpreted as a file.
greenbrian committed -
Remove Python 2.4-incompatible 'with' statement
Michael DeHaan committed -
James Tanner committed
-
James Tanner committed
-
James Tanner committed
-
James Tanner committed
-
Junegunn Choi committed
-
- 24 Nov, 2013 1 commit
-
-
Add a basic guide describing Vagrant and Ansible
Michael DeHaan committed
-
- 23 Nov, 2013 6 commits
-
-
Tim Gerla committed
-
fix typo in deprecation warning
Michael DeHaan committed -
Antonio Zanardo committed
-
Tim Gerla committed
-
Tim Gerla committed
-
Tim Gerla committed
-
- 22 Nov, 2013 6 commits
-
-
James Tanner committed
-
Reports changed status from django_manage migrate
Michael DeHaan committed -
Steven Davidson committed
-
fix typo in document
jctanner committed -
James Tanner committed
-
James Tanner committed
-