John R Barker
312f578f93
Bulk spelling improvement to modules-core ( #5225 )
...
* Correct spelling mistakes
* Correct more spelling issues
* merge conflict
* Revert typo in parms
9 years ago
Kenny Woodson
9b37dcb593
Getting rid of a None type error when no resource tags are defined. ( #4638 )
9 years ago
codemeup @ Work
7314cc3867
Fixing error exception handling for python3. Does not need to be compa… ( #3840 )
...
* Fixing error exception handling for python. Does not need to be compatible with Python2.4 b/c boto is Python 2.6 and above.
* Fixing error exception handling for python. Does not need to be compatible with Python2.4 b/c boto is Python 2.6 and above.
* Fixing compile time errors IRT error exception handling for Python 3.5.
This does not need to be compatible with Python2.4 b/c Boto is Python 2.6 and above.
10 years ago
Brian Coca
2ddeb5cdec
fixed doc quoting
10 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
10 years ago
Toshio Kuratomi
1c4da434c7
Merge pull request #2421 from willthames/ec2_fix_vpc_security_token
...
Use connect_to_aws where possible
10 years ago
Ryan-Neal Mes
c30bca6808
Indented code so it only executes tag comparison for matching cird values
10 years ago
autotune
f769305bd4
1113 fix ec2 subnet tags
10 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)
10 years ago
Brian Coca
6b13da738b
updated module docs, added choices to state
10 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
10 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`
10 years ago
Brian Coca
c4f64d822c
changed modules to use common ec2 docs for region
10 years ago
Greg DeKoenigsberg
28a869a030
Updating cloud modules with proper github author information
11 years ago
Benno Joy
f5bafe2463
Merge pull request #355 from h3biomed/route_table_tags
...
ec2_vpc module: add route table resource tagging
11 years ago
Brian Coca
182e7c7fc6
made non exec
11 years ago
Sankalp Khare
f9f17b5e04
Fixed a typo in ec2_vpc module documentation
11 years ago
Feanil Patel
fbaeee5dba
Output the Internet Gatewoy id directly instead of in a dict.
11 years ago
Feanil Patel
d796e8f54f
Tell me what the igw id is if we created an igw.
11 years ago
Feanil Patel
77ca3c1148
Output the Internet Gatewoy id directly instead of in a dict.
11 years ago
Feanil Patel
0e213e985b
Tell me what the igw id is if we created an igw.
11 years ago
Benno Joy
e2deee66d3
fixes issue 122, where the module recreates the route table in each run
11 years ago
Bobby Calderwood
98a9f2d5b8
Fixes regression introduced by edf1ac1ea6
11 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.
11 years ago
Brian Coca
8c80900fef
removed requirements/boto as it broke documentation as it is duplicated in shared aws fragements
11 years ago
Mick Bass
64a2077787
Add support for AWS Security Token Service (temporary credentials) to all AWS cloud modules.
11 years ago
Brian Coca
68daec05f2
Merge pull request #254 from SDFE/ec2_vpc_connect_params
...
use simpler ec2_connect ec2 util call
11 years ago
Toshio Kuratomi
edf1ac1ea6
Sort subnets by the order they are specified in the play
...
Fixes #172
11 years ago
Michael DeHaan
e7c92a6bc6
More EC2 doc tweaks
11 years ago
Bret Martin
16de3281c3
ec2_vpc module: add route table resource tagging
11 years ago
Dan Abel
a70f1c7718
use simpler ec2_connect ec2 util call
...
This allows boto profile use
11 years ago
Brian Coca
0c4adcb2c6
made subcategories for cloud modules for better organization
11 years ago