1. 17 Dec, 2013 1 commit
  2. 12 Dec, 2013 2 commits
  3. 10 Dec, 2013 1 commit
  4. 27 Nov, 2013 1 commit
    • Fix AWS credential params for s3 and other modules · 26374d89
      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
  5. 18 Nov, 2013 1 commit
  6. 01 Nov, 2013 1 commit
  7. 04 Oct, 2013 1 commit
  8. 22 Aug, 2013 1 commit
  9. 20 Aug, 2013 1 commit
  10. 21 Jul, 2013 1 commit
  11. 08 Jul, 2013 2 commits
  12. 03 Jul, 2013 2 commits
  13. 02 Jul, 2013 1 commit