ansible/cloud
Shaun Brady 890bba6a0e Make group_name resolution VPC aware
EC2 Security Group names are unique given a VPC.  When a group_name
value is specified in a rule, if the group_name does not exist in the
provided vpc_id it should create the group as per the documentation.

The groups dictionary uses group_names as keys, so it is possible to
find a group in another VPC with the name that is desired.  This causes
an error as the security group being acted on, and the security group
referenced in the rule are in two different VPCs.

To prevent this issue, we check to see if vpc_id is defined and if so
check that VPCs match, else we treat the group as new.
2016-07-27 14:11:59 -04:00
..
amazon Make group_name resolution VPC aware 2016-07-27 14:11:59 -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