You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
8 years ago
..
amazon Make group_name resolution VPC aware 8 years ago
azure fix typo in azure_rm_storageaccount (#4236) 8 years ago
digital_ocean Bug: repeatable invocation with state=present leads to (#3052) 8 years ago
docker Merge pull request #4173 from chouseknecht/fix_entrypoint 8 years ago
google Merge pull request #4156 from supertom/ansible-2111-fix 8 years ago
linode Py3 exclude list (#3698) 8 years ago
openstack Remove version-added on name field. 8 years ago
rackspace Fixing Rackspace compile time errors irt exception handling for Python 3 (#3849) 8 years ago
vmware Port vsphere_guest to py3/py2.4 syntax (#3721) 8 years ago
__init__.py package files 10 years ago