Commit Graph

9 Commits (342af8b249dfda0f4be1a77d4e8744ad0d3f728c)

Author SHA1 Message Date
Rob 8fb8ec2e98 Add idempotence to ec2_eni when private_ip_address is supplied (#2172) 9 years ago
Rob 959bbfbf53 Add secondary IP support and allow specifying sec groups by name (#2161) 9 years ago
Dennis Conrad 9acc141082 Fix for existing ENIs w/ multiple security groups
Do a sorted comparison of the list of security groups supplied via `module.params.get('security_groups')` and the list of security groups fetched via `get_sec_group_list(eni.groups)`.  This fixes an incorrect "The specified address is already in use" error if the order of security groups in those lists differ.
9 years ago
Toshio Kuratomi 3c4f954f0f Don't raise or catch StandardError in amazon modules 9 years ago
Brian Coca 205115ea1f updated to use shared region docs from ec2 9 years ago
Evan Carter 604578cfcc fixing hang after creation 9 years ago
Bret Martin e5fdbc25a2 Only wait for ENI attachment at creation when instance_id is specified 9 years ago
Brian Coca 1604382538 monior docfixes
added extensino to vsphere_copy so it actually installs
10 years ago
whiter 5c39a5cc19 New module - ec2_eni 10 years ago