- 27 Nov, 2013 6 commits
-
-
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 12 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
-
Do not use construct not compatible with python 2.4, fix #5006
Michael DeHaan committed -
Michael Scherer committed
-
Allow to specify ansible_ssh_private_key_file location related to user home directory
jctanner committed -
Akihiro YAMAZAKI committed
-
This reverts commit d6c3103a, reversing changes made to b11f96ea.
James Tanner committed -
Aleksey Ovcharenko committed
-