Commit Graph

29 Commits (925b4c68caae18441be7af3d56408b6d5118cd12)

Author SHA1 Message Date
Brian Coca 2ddeb5cdec fixed doc quoting 9 years ago
Brian Coca 20e4ad0eef corrected required docs as only boolean is allowed
these complex values were not displayed and would always show the fields as requried
9 years ago
Toshio Kuratomi 1c4da434c7 Merge pull request #2421 from willthames/ec2_fix_vpc_security_token
Use connect_to_aws where possible
9 years ago
Ryan-Neal Mes c30bca6808 Indented code so it only executes tag comparison for matching cird values 9 years ago
autotune f769305bd4 1113 fix ec2 subnet tags 9 years ago
Toshio Kuratomi d6d3a8b21c Merge pull request #1903 from andynelson/extra-route-targets
ec2_vpc module update (eni and vpc peering connections & return state on termination)
9 years ago
Brian Coca 6b13da738b updated module docs, added choices to state 9 years ago
Andy Nelson 9618986804 Update to ec2_vpc.py to:
1 allow interface ids and vpc peering connections as route targets
2 set state to "terminated" when VPC is removed
3 fix some comment typos

updates per PR comments
9 years ago
Will Thames 0dd58e9326 Use connect_to_aws where possible
`connect_to_aws` fixes a bug with security tokens in AWS.
Modules should use that rather than calling
`boto.x.connect_to_region`
9 years ago
Brian Coca c4f64d822c changed modules to use common ec2 docs for region 9 years ago
Greg DeKoenigsberg 28a869a030 Updating cloud modules with proper github author information 9 years ago
Benno Joy f5bafe2463 Merge pull request #355 from h3biomed/route_table_tags
ec2_vpc module: add route table resource tagging
9 years ago
Brian Coca 182e7c7fc6 made non exec 9 years ago
Sankalp Khare f9f17b5e04 Fixed a typo in ec2_vpc module documentation 9 years ago
Feanil Patel fbaeee5dba Output the Internet Gatewoy id directly instead of in a dict. 9 years ago
Feanil Patel d796e8f54f Tell me what the igw id is if we created an igw. 9 years ago
Feanil Patel 77ca3c1148 Output the Internet Gatewoy id directly instead of in a dict. 10 years ago
Feanil Patel 0e213e985b Tell me what the igw id is if we created an igw. 10 years ago
Benno Joy e2deee66d3 fixes issue 122, where the module recreates the route table in each run 10 years ago
Bobby Calderwood 98a9f2d5b8 Fixes regression introduced by edf1ac1ea6 10 years ago
steenzout d960dc1584 issue #994: use HAS_BOTO to determine if import was successful:
- removed import of sys module.
- HAS_BOTO constant to check if import was successful.
- trigger a failure when import fails.
- removed unnecessary imports.
10 years ago
Brian Coca 8c80900fef removed requirements/boto as it broke documentation as it is duplicated in shared aws fragements 10 years ago
Mick Bass 64a2077787 Add support for AWS Security Token Service (temporary credentials) to all AWS cloud modules. 10 years ago
Brian Coca 68daec05f2 Merge pull request #254 from SDFE/ec2_vpc_connect_params
use simpler ec2_connect ec2 util call
10 years ago
Toshio Kuratomi edf1ac1ea6 Sort subnets by the order they are specified in the play
Fixes #172
10 years ago
Michael DeHaan e7c92a6bc6 More EC2 doc tweaks 10 years ago
Bret Martin 16de3281c3 ec2_vpc module: add route table resource tagging 10 years ago
Dan Abel a70f1c7718 use simpler ec2_connect ec2 util call
This allows boto profile use
10 years ago
Brian Coca 0c4adcb2c6 made subcategories for cloud modules for better organization 10 years ago