You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Justin Ludwig bd9e6a74f7 Fix AWS credential params for s3 and other modules
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.
11 years ago
cloud Fix AWS credential params for s3 and other modules 11 years ago
commands Add version_added to all modules missing version_added information, the docs formatter will now 11 years ago
database Add version_added to all modules missing version_added information, the docs formatter will now 11 years ago
files Update unarchive 11 years ago
internal Correct documentation URLs 11 years ago
inventory
messaging
monitoring
net_infrastructure Fix pep8 E701 errors in bigip_monitor_http 11 years ago
network Add version_added to all modules missing version_added information, the docs formatter will now 11 years ago
notification Add version_added to all modules missing version_added information, the docs formatter will now 11 years ago
packaging Merge pull request #4985 from zakkie/devel 11 years ago
source_control Addresses #5036 fix typo in git module 11 years ago
system Fix comment yaml escaping in authorized_key module 11 years ago
utilities Remove Python 2.4-incompatible 'with' statement 11 years ago
web_infrastructure Reports changed status from django_manage migrate 11 years ago