1. 07 May, 2014 1 commit
  2. 30 Apr, 2014 1 commit
  3. 09 Apr, 2014 1 commit
  4. 08 Apr, 2014 1 commit
  5. 21 Mar, 2014 1 commit
  6. 11 Mar, 2014 2 commits
  7. 06 Mar, 2014 1 commit
    • Work to allow security tokens and profiles to work with Ansible · b9a7352e
      Allow security tokens and profiles to be used as arguments
      to the 'common' ec2 modules
      
      Mostly refactoring to provide two new methods,
      `get_aws_connection_info`, which results in a dict that can be
      passed through to the boto `connect_to_region` calls, and
      `connect_to_aws` that can pass that dict through to the
      `connect_to_region` method of the appropriate module.
      
      Tidied up some variable names
      
      Works around boto/boto#2100
      
      profiles don't work with boto < 2.24, but this detects for that
      and fails with an appropriate message. It is designed to work
      if profile is not passed but boto < 2.24 is installed.
      
      Modifications to allow empty aws auth variables to be passed
      (this is useful if wanting to have the keys as an optional
      parameter in ec2 calls - if set, use this value, if not set,
      use boto config or env variables)
      
      Reworked validate_certs improvements to work with refactoring
      
      Added documentation for profile and security_token to affected modules
      Will Thames committed
  8. 28 Feb, 2014 1 commit
  9. 13 Feb, 2014 1 commit
  10. 06 Feb, 2014 1 commit
  11. 30 Jan, 2014 1 commit
  12. 28 Jan, 2014 1 commit
  13. 09 Jan, 2014 1 commit
  14. 17 Dec, 2013 1 commit
  15. 01 Nov, 2013 2 commits
  16. 20 Aug, 2013 1 commit
  17. 10 Aug, 2013 1 commit
  18. 06 Aug, 2013 1 commit
  19. 02 Aug, 2013 1 commit
  20. 19 Jul, 2013 1 commit
  21. 17 Jun, 2013 1 commit
  22. 11 May, 2013 1 commit
  23. 28 Apr, 2013 1 commit
  24. 26 Apr, 2013 1 commit
  25. 24 Apr, 2013 1 commit
  26. 23 Apr, 2013 1 commit
  27. 06 Apr, 2013 2 commits
  28. 19 Mar, 2013 1 commit
  29. 18 Mar, 2013 2 commits
  30. 12 Mar, 2013 1 commit
  31. 18 Feb, 2013 1 commit
  32. 14 Feb, 2013 2 commits