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/amazon
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
..
__init__.py added __init__.py to new cloud subcategories so builds work again 10 years ago
_ec2_ami_search.py Fix for #16518 - added missing regions 8 years ago
cloudformation.py Add CAPABILITY_NAMED_IAM to cloudformation capabilities 8 years ago
ec2.py Remove double-assignment of EC2 parameters (#4081) 8 years ago
ec2_ami.py added missing colons to documentation (#3913) 9 years ago
ec2_ami_find.py Merge pull request #3077 from jjshoe/devel 9 years ago
ec2_asg.py Fixing error exception handling for python3. Does not need to be compa… (#3840) 9 years ago
ec2_eip.py Fixing error exception handling for python3. Does not need to be compa… (#3840) 9 years ago
ec2_elb.py Fixing error exception handling for python3. Does not need to be compa… (#3840) 9 years ago
ec2_elb_lb.py Fixes incorrect key name protocols -> protocol (#3963) 9 years ago
ec2_facts.py Fix for #16518 - added missing regions 8 years ago
ec2_group.py Make group_name resolution VPC aware 8 years ago
ec2_key.py Fixing error exception handling for python3. Does not need to be compa… (#3840) 9 years ago
ec2_lc.py Improve documentation on security_groups-option 8 years ago
ec2_metric_alarm.py Fixing error exception handling for python3. Does not need to be compa… (#3840) 9 years ago
ec2_scaling_policy.py Fixing error exception handling for python3. Does not need to be compa… (#3840) 9 years ago
ec2_snapshot.py Fixing error exception handling for python3. Does not need to be compa… (#3840) 9 years ago
ec2_tag.py Add more example on how to use module ec2_tags to list tags on an ins… (#3530) 9 years ago
ec2_vol.py Fixing error exception handling for python3. Does not need to be compa… (#3840) 9 years ago
ec2_vpc.py Fixing error exception handling for python3. Does not need to be compa… (#3840) 9 years ago
ec2_vpc_net.py Fixing error exception handling for python3. Does not need to be compa… (#3840) 9 years ago
elasticache.py Fixing error exception handling for python3. Does not need to be compa… (#3840) 9 years ago
elasticache_subnet_group.py Fixing error exception handling for python3. Does not need to be compa… (#3840) 9 years ago
iam.py Merge pull request #3863 from ryansb/iam-pass-module 8 years ago
iam_cert.py Enforce boolean type for dup_ok 8 years ago
iam_policy.py fixes issues where iam_policy incorrected reported changed 8 years ago
rds.py Add default port for aurora (#4102) 8 years ago
rds_param_group.py Add support for PostgreSQL 9.5 in rds_param_group (fix for #3846) 9 years ago
rds_subnet_group.py Fixing error exception handling for python3. Does not need to be compa… (#3840) 9 years ago
route53.py Add an example to delete Route53 alias record set (#3834) 9 years ago
s3.py Add s3_url requirement in doc when rgw support is enabled in s3.py 9 years ago