1. 20 Jun, 2014 1 commit
  2. 19 Jun, 2014 1 commit
  3. 21 May, 2014 1 commit
  4. 09 May, 2014 2 commits
  5. 15 Apr, 2014 2 commits
  6. 09 Apr, 2014 1 commit
  7. 07 Apr, 2014 1 commit
  8. 06 Apr, 2014 1 commit
  9. 03 Apr, 2014 1 commit
  10. 23 Mar, 2014 1 commit
  11. 20 Mar, 2014 1 commit
  12. 18 Mar, 2014 1 commit
  13. 11 Mar, 2014 1 commit
  14. 06 Mar, 2014 2 commits
    • 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
  15. 28 Feb, 2014 1 commit
  16. 19 Feb, 2014 1 commit
  17. 14 Feb, 2014 1 commit
  18. 13 Feb, 2014 2 commits
  19. 08 Feb, 2014 1 commit
  20. 07 Feb, 2014 5 commits
  21. 06 Feb, 2014 1 commit
  22. 05 Feb, 2014 2 commits
  23. 03 Feb, 2014 1 commit
  24. 27 Jan, 2014 1 commit
  25. 25 Jan, 2014 1 commit
    • Added the ability to add volumes to instances at creation time · de659af8
      This allows a volume to be cloned from a snapshot, a brand new
      volume to be created, or an ephemeral volumes to be associated
      at time of instance creation.
      
      This avoids any race conditions associated with creating extra volumes
      after instance creation (e.g. writes happening before the volume is
      mounted).
      
      In addition, this allows the root volume to be edited
      willthames committed
  26. 13 Jan, 2014 1 commit
  27. 19 Dec, 2013 1 commit
  28. 17 Dec, 2013 1 commit
  29. 14 Dec, 2013 1 commit
  30. 13 Dec, 2013 2 commits