Toshio Kuratomi
3901fe72d3
Fix amazon extras modules to compile under python3
2016-12-08 11:35:01 -05:00
Filipe Niero Felisbino
9ba2f0f266
Fix attachment issue ( thanks @gunzy83 )
2016-12-08 11:34:48 -05:00
Filipe Niero Felisbino
f4ace1e9cc
Change attached parameter default to None
2016-12-08 11:34:48 -05:00
Filipe Niero Felisbino
f41900920f
Add "version_added" to attached attribute
2016-12-08 11:34:48 -05:00
Filipe Niero Felisbino
1c1a17bfd2
Add attached parameter to ec2_eni module
2016-12-08 11:34:48 -05:00
Filipe Niero Felisbino
94d03b6b55
Add RETURN docs
2016-12-08 11:34:48 -05:00
Filipe Niero Felisbino
7ae8693bda
Fix docs
2016-12-08 11:34:48 -05:00
Filipe Niero Felisbino
f8314c3e61
Fix the AMI creation/modification logic thus making it idempotent
2016-12-08 11:34:48 -05:00
Rob
9064aecaed
Add idempotence to ec2_eni when private_ip_address is supplied ( #2172 )
2016-12-08 11:34:15 -05:00
Rob
aa36ed8612
Add secondary IP support and allow specifying sec groups by name ( #2161 )
2016-12-08 11:34:12 -05:00
Dennis Conrad
0254cbad9a
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-12-08 11:33:58 -05:00
Toshio Kuratomi
5bd1bcaa2d
Don't raise or catch StandardError in amazon modules
2016-12-08 11:33:36 -05:00
Evan Carter
edfe99b5ce
fixing hang after creation
2016-12-08 11:33:17 -05:00
Bret Martin
bb9109ebca
Only wait for ENI attachment at creation when instance_id is specified
2016-12-08 11:33:17 -05:00
Brian Coca
c73d248ba6
monior docfixes added extensino to vsphere_copy so it actually installs
2016-12-08 11:32:52 -05:00
whiter
cc47adbc03
New module - ec2_eni
2016-12-08 11:32:52 -05:00