Commit Graph

20 Commits (06fc029f73ccd323e355424c016bbcbbc2fb8c80)

Author SHA1 Message Date
Toshio Kuratomi 06fc029f73 Remove non-ascii quote char 10 years ago
Toshio Kuratomi dea5f5d15e Another way that the serialization of the boto results can fail 11 years ago
Toshio Kuratomi 4c622a0338 Another launchconfig field needs to be explicitly converted for json serialization
Fixes #1848
11 years ago
Toshio Kuratomi be468ff9d3 result is now a dict and so needs different access syntax
Fixes #1848
11 years ago
Toshio Kuratomi 8a9405a55b Convert object into dict so it will turn into json properly 11 years ago
Brian Coca e1067ef670 Revert "Revert "ec2_lc - include all launch config properties in the return"" 11 years ago
Brian Coca 01d4c432b0 Revert "ec2_lc - include all launch config properties in the return" 11 years ago
Toshio Kuratomi 8f13f8851f Merge pull request #1582 from evanccnyc/devel
Add ClassicLink settings to EC2_launchconfig
11 years ago
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.
11 years ago
Evan Carter 73d5a8a63a Fixing typo 11 years ago
Evan Carter 207abb6f5c Add ClassicLink settings to EC2_launchconfig 11 years ago
Greg DeKoenigsberg 28a869a030 Updating cloud modules with proper github author information 11 years ago
Alex Gandy b91a232fe6 Added volumes dict to ec2_lc example 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
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.
11 years ago
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
11 years ago
Michael DeHaan e7c92a6bc6 More EC2 doc tweaks 11 years ago
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
11 years ago
Robert Estelle 4dd099fe7a Remove incorrect executable permissions. 11 years ago
Brian Coca 0c4adcb2c6 made subcategories for cloud modules for better organization 11 years ago