Toshio Kuratomi
cd9a7667aa
Don't raise or catch StandardError in amazon modules
2015-11-30 19:02:28 -08:00
Brian Coca
c4f64d822c
changed modules to use common ec2 docs for region
2015-10-07 16:16:24 -04:00
Toshio Kuratomi
06fc029f73
Remove non-ascii quote char
2015-08-31 15:09:50 -07:00
Toshio Kuratomi
dea5f5d15e
Another way that the serialization of the boto results can fail
2015-08-07 12:27:57 -07:00
Toshio Kuratomi
4c622a0338
Another launchconfig field needs to be explicitly converted for json serialization
...
Fixes #1848
2015-08-06 08:41:23 -07:00
Toshio Kuratomi
be468ff9d3
result is now a dict and so needs different access syntax
...
Fixes #1848
2015-07-31 20:58:04 -07:00
Toshio Kuratomi
8a9405a55b
Convert object into dict so it will turn into json properly
2015-07-27 11:04:58 -07:00
Brian Coca
e1067ef670
Revert "Revert "ec2_lc - include all launch config properties in the return""
2015-07-14 12:02:03 -04:00
Brian Coca
01d4c432b0
Revert "ec2_lc - include all launch config properties in the return"
2015-07-14 11:39:40 -04:00
Toshio Kuratomi
8f13f8851f
Merge pull request #1582 from evanccnyc/devel
...
Add ClassicLink settings to EC2_launchconfig
2015-07-01 07:49:20 -07:00
Robb Wagoner
5e674ddcfc
include all launch config properties in the return
...
make all properties available when registering the result
which is useful when wanting to launch a stand-alone instance based upon
an existing Launch Config.
2015-06-26 15:51:41 -07:00
Evan Carter
73d5a8a63a
Fixing typo
2015-06-24 11:05:37 -04:00
Evan Carter
207abb6f5c
Add ClassicLink settings to EC2_launchconfig
2015-06-23 14:11:58 -04:00
Greg DeKoenigsberg
28a869a030
Updating cloud modules with proper github author information
2015-06-15 14:41:22 -04:00
Alex Gandy
b91a232fe6
Added volumes dict to ec2_lc example
2015-06-08 12:01:27 -04:00
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.
2015-04-01 17:31:10 -06:00
Luís Guilherme F. Pereira
cfda942376
Allow ec2_lc to create EC2-Classic Launch Configs
...
Removes default value from ec2_lc so it can create launch configurations valid on a EC2-Classic environment. AWS API will not accept a assign_public_ip when creating an ASG outside of VPC.
2015-01-06 09:30:44 -02:00
Brian Coca
0ab5682b87
Merge pull request #260 from willthames/aws_frankfurt
...
Added better region handling and enabled eu-central-1, leaving centralizing the list on these modules to a subsequent patch
2014-12-22 08:47:27 -05:00
Michael DeHaan
e7c92a6bc6
More EC2 doc tweaks
2014-12-01 15:14:57 -05:00
Will Thames
30c7f9a7d3
Added better region handling and enabled eu-central-1
...
Make use of improved connect_to_aws that throws an exception
if a region can't be connected to (e.g. eu-central-1 requires
boto 2.34 onwards)
Add eu-central-1 to the two modules that hardcode their regions
Add us-gov-west-1 to ec2_ami_search to match documentation!
This pull request makes use of the changes in ansible/ansible#9419
2014-11-22 11:35:46 +10:00
Robert Estelle
4dd099fe7a
Remove incorrect executable permissions.
2014-11-13 18:08:48 -05:00
Brian Coca
0c4adcb2c6
made subcategories for cloud modules for better organization
2014-11-04 11:18:09 -05:00