1. 24 Apr, 2014 1 commit
  2. 22 Apr, 2014 1 commit
  3. 09 Apr, 2014 1 commit
  4. 30 Mar, 2014 1 commit
  5. 28 Mar, 2014 1 commit
  6. 11 Mar, 2014 1 commit
  7. 10 Mar, 2014 1 commit
  8. 03 Mar, 2014 1 commit
  9. 14 Feb, 2014 1 commit
  10. 13 Feb, 2014 1 commit
  11. 08 Feb, 2014 1 commit
  12. 27 Jan, 2014 1 commit
  13. 16 Jan, 2014 1 commit
  14. 17 Dec, 2013 1 commit
  15. 12 Dec, 2013 1 commit
  16. 10 Dec, 2013 1 commit
  17. 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
  18. 01 Nov, 2013 1 commit
  19. 28 Oct, 2013 1 commit
  20. 23 Sep, 2013 1 commit
  21. 03 Sep, 2013 1 commit
  22. 23 Aug, 2013 1 commit
  23. 20 Aug, 2013 1 commit
  24. 01 Aug, 2013 1 commit
    • Added optional region parameter. Fail if you specify an ELB that doesn't exist. · 8171b7ba
      Boto blindly assumes the us-east-1 region if you don't hardcode a
      region in it's config, so you could end up attempting to modify ELB's
      in one region from a totally different region.  If a region isn't
      specified then default to the region that the module is being run
      within rather than the default us-east-1 region since it's a pretty
      safe assumption that you intend to work on the ELB's within your
      current region.
      
      Also throw an error if a specified ELB instance doesn't exist.  The old
      behavior would be to silently succeed with changed=false, so if you had
      so much as a typo in the name of your ELB (or were in the wrong region
      like my initial testing) you wouldn't get a clear indication that a
      problem had occurred.
      Bruce Pennypacker committed
  25. 20 Jul, 2013 2 commits
  26. 03 May, 2013 2 commits
  27. 30 Apr, 2013 3 commits