1. 01 May, 2014 1 commit
    • Improve the ec2_snapshot argument spec and docs · 44662a3d
      ec2_snapshot got missed when moving to a common argument spec.
      It could already make use of the capabilities (as it uses
      ec2_connect) and the documentation suggested it supported the
      common argument spec (thanks to the documentation fragment work)
      so it was just a matter of fixing the argument spec.
      
      Removed unnecessary documentation for profile and security_token
      that is covered by documentation fragment
      
      Also removed spurious documentation flags (default: null, aliases: [])
      which aren't needed.
      willthames committed
  2. 29 Apr, 2014 2 commits
  3. 09 Apr, 2014 1 commit
  4. 03 Apr, 2014 1 commit
  5. 28 Mar, 2014 1 commit
  6. 26 Mar, 2014 2 commits
  7. 16 Mar, 2014 1 commit
  8. 11 Mar, 2014 1 commit
  9. 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
  10. 05 Feb, 2014 1 commit