Filipe Niero Felisbino
c81e88856a
Add "version_added" to attached attribute
2016-08-03 10:10:53 -03:00
Filipe Niero Felisbino
3099b607c1
Add attached parameter to ec2_eni module
2016-08-03 10:10:53 -03:00
Filipe Niero Felisbino
8461524904
Add RETURN docs
2016-08-03 10:10:53 -03:00
Filipe Niero Felisbino
178caff2ed
Fix docs
2016-08-03 10:10:53 -03:00
Filipe Niero Felisbino
27c4beb19d
Fix the AMI creation/modification logic thus making it idempotent
2016-08-03 10:10:53 -03:00
Rob
8fb8ec2e98
Add idempotence to ec2_eni when private_ip_address is supplied ( #2172 )
2016-05-19 07:55:54 +02:00
Rob
959bbfbf53
Add secondary IP support and allow specifying sec groups by name ( #2161 )
2016-05-06 00:26:40 +02:00
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.
2016-03-17 17:08:40 +00:00
Toshio Kuratomi
3c4f954f0f
Don't raise or catch StandardError in amazon modules
2015-11-30 19:01:57 -08:00
Brian Coca
205115ea1f
updated to use shared region docs from ec2
2015-10-07 23:20:27 -04:00
Evan Carter
604578cfcc
fixing hang after creation
2015-09-10 15:23:57 -04:00
Bret Martin
e5fdbc25a2
Only wait for ENI attachment at creation when instance_id is specified
2015-09-06 22:00:02 -04:00
Brian Coca
1604382538
monior docfixes
...
added extensino to vsphere_copy so it actually installs
2015-06-19 11:04:25 -04:00
whiter
5c39a5cc19
New module - ec2_eni
2015-06-16 12:14:53 +10:00