community.general/lib/ansible/modules/cloud
Shaun Brady 7b8d625546 Make ec2_elb_lb respect VPCs when resolving groups
AWS security groups are unique by name only by VPC (Restated, the VPC
and group name form a unique key).

When attaching security groups to an ELB, the ec2_elb_lb module would
erroneously find security groups of the same name in other VPCs thus
causing an error stating as such.

To eliminate the error, we check that we are attaching subnets (implying
that we are in a VPC), grab the vpc_id of the 0th subnet, and filtering
the list of security groups on this VPC.  In other cases, no such filter
is applied (filters=None).
2016-12-08 11:24:46 -05:00
..
amazon Make ec2_elb_lb respect VPCs when resolving groups 2016-12-08 11:24:46 -05:00
azure fix typo in azure_rm_storageaccount (#4236) 2016-12-08 11:24:45 -05:00
digital_ocean Bug: repeatable invocation with state=present leads to (#3052) 2016-12-08 11:24:44 -05:00
docker Entrypoint fails with 'command not found' error. 2016-12-08 11:24:43 -05:00
google Doc update 2016-12-08 11:24:45 -05:00
linode Py3 exclude list (#3698) 2016-12-08 11:24:29 -05:00
openstack Make os_floating_ip module idempotent 2016-12-08 11:24:44 -05:00
rackspace Fixing Rackspace compile time errors irt exception handling for Python 3 (#3849) 2016-12-08 11:24:34 -05:00
vmware Port vsphere_guest to py3/py2.4 syntax (#3721) 2016-12-08 11:24:30 -05:00
__init__.py package files 2016-12-08 11:22:22 -05:00