ansible/cloud
Shaun Brady de29bafc1e 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-07-28 18:49:11 -04:00
..
amazon Make ec2_elb_lb respect VPCs when resolving groups 2016-07-28 18:49:11 -04:00
azure fix typo in azure_rm_storageaccount (#4236) 2016-07-22 09:47:06 -07:00
digital_ocean Bug: repeatable invocation with state=present leads to (#3052) 2016-07-17 15:24:22 +02:00
docker Merge pull request #4173 from chouseknecht/fix_entrypoint 2016-07-13 07:54:13 -04:00
google Merge pull request #4156 from supertom/ansible-2111-fix 2016-07-25 14:09:06 -04:00
linode Py3 exclude list (#3698) 2016-05-19 15:34:59 -07:00
openstack Remove version-added on name field. 2016-07-15 06:40:50 -07:00
rackspace Fixing Rackspace compile time errors irt exception handling for Python 3 (#3849) 2016-06-03 06:39:58 -07:00
vmware Port vsphere_guest to py3/py2.4 syntax (#3721) 2016-05-23 09:36:24 -04:00
__init__.py package files 2014-09-26 11:05:47 -04:00