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
Ryan Brown 0c37949941 Remove spurious `changed` state on iam_policy module (#4381)
Due to a mixup of the group/role/user and policy names, policies with
the same name as the group/role/user they are attached to would never be
updated after creation. To fix that, we needed two changes to the logic
of policy comparison:

- Compare the new policy name to *all* matching policies, not just the
  first in lexicographical order
- Compare the new policy name to the matching ones, not to the IAM
  object the policy is attached to
9 years ago
..
__init__.py added __init__.py to new cloud subcategories so builds work again 11 years ago
_ec2_ami_search.py Fix for #16518 - added missing regions 10 years ago
cloudformation.py Add CAPABILITY_NAMED_IAM to cloudformation capabilities 10 years ago
ec2.py Replaced use of bare variables with full variable syntax (#4149) 9 years ago
ec2_ami.py added missing colons to documentation (#3913) 10 years ago
ec2_ami_find.py Merge pull request #3077 from jjshoe/devel 10 years ago
ec2_asg.py Fix #2526 (#2527) 10 years ago
ec2_eip.py Fixes #3144 (#4305) 9 years ago
ec2_elb.py Fixing error exception handling for python3. Does not need to be compa… (#3840) 10 years ago
ec2_elb_lb.py Merge pull request #4275 from shaunbrady/ec2_elb_lb_respect_vpc 9 years ago
ec2_facts.py Fix for #16518 - added missing regions 10 years ago
ec2_group.py Check mode fix for ec2_group module (#2184) 10 years ago
ec2_key.py Fixing error exception handling for python3. Does not need to be compa… (#3840) 10 years ago
ec2_lc.py Improve documentation on security_groups-option 10 years ago
ec2_metric_alarm.py Fixing error exception handling for python3. Does not need to be compa… (#3840) 10 years ago
ec2_scaling_policy.py Fixing error exception handling for python3. Does not need to be compa… (#3840) 10 years ago
ec2_snapshot.py Fixing error exception handling for python3. Does not need to be compa… (#3840) 10 years ago
ec2_tag.py Add more example on how to use module ec2_tags to list tags on an ins… (#3530) 10 years ago
ec2_vol.py Fixing error exception handling for python3. Does not need to be compa… (#3840) 10 years ago
ec2_vpc.py Fixing error exception handling for python3. Does not need to be compa… (#3840) 10 years ago
ec2_vpc_net.py Check mode fixes for ec2_vpc_net module (#2179) 10 years ago
elasticache.py Fixing error exception handling for python3. Does not need to be compa… (#3840) 10 years ago
elasticache_subnet_group.py Fixing error exception handling for python3. Does not need to be compa… (#3840) 10 years ago
iam.py Merge pull request #3863 from ryansb/iam-pass-module 10 years ago
iam_cert.py Enforce boolean type for dup_ok 10 years ago
iam_policy.py Remove spurious `changed` state on iam_policy module (#4381) 9 years ago
rds.py Add default port for aurora (#4102) 10 years ago
rds_param_group.py Add support for PostgreSQL 9.5 in rds_param_group (fix for #3846) 10 years ago
rds_subnet_group.py Fixing error exception handling for python3. Does not need to be compa… (#3840) 10 years ago
route53.py Add an example to delete Route53 alias record set (#3834) 10 years ago
s3.py Add s3_url requirement in doc when rgw support is enabled in s3.py 10 years ago