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
moe 047bd6f651 Fixes #744.
The following cases work for me now:
- Create new ASG with tags
- Update tags on ASG (create/change/delete)

In short, the module should now work as expected
wrt tagging. The previous code did not work at all
with latest boto for me (serialization errors) and
the logic was buggy anyway; e.g. removed tags
would never get deleted from ec2.
10 years ago
..
__init__.py added __init__.py to new cloud subcategories so builds work again 10 years ago
cloudformation.py update to use connect_to_region to avoid errors with china 10 years ago
ec2.py ec2 fix docs format 10 years ago
ec2_ami.py Type fix on delete_snapshot docs. 10 years ago
ec2_ami_search.py Merge pull request #260 from willthames/aws_frankfurt 10 years ago
ec2_asg.py Fixes #744. 10 years ago
ec2_eip.py More EC2 doc tweaks 10 years ago
ec2_elb.py Merge pull request #260 from willthames/aws_frankfurt 10 years ago
ec2_elb_lb.py Merge pull request #260 from willthames/aws_frankfurt 10 years ago
ec2_facts.py Merge pull request #260 from willthames/aws_frankfurt 10 years ago
ec2_group.py #531 correction 10 years ago
ec2_key.py More EC2 doc tweaks 10 years ago
ec2_lc.py Allow ec2_lc to create EC2-Classic Launch Configs 10 years ago
ec2_metric_alarm.py Added better region handling and enabled eu-central-1 10 years ago
ec2_scaling_policy.py Added better region handling and enabled eu-central-1 10 years ago
ec2_snapshot.py Added the ability to remove snapshots 10 years ago
ec2_tag.py Remove potentially out of date or specific product references. 10 years ago
ec2_vol.py corrected release when this feature was added 10 years ago
ec2_vpc.py More EC2 doc tweaks 10 years ago
elasticache.py Potential fix for 640 10 years ago
rds.py corrected version added for latest features 10 years ago
rds_param_group.py More EC2 doc tweaks 10 years ago
rds_subnet_group.py Fix slight typo in doco 10 years ago
route53.py Merge branch 'devel' of https://github.com/ansible/ansible-modules-core into ansible-devel 10 years ago
s3.py Remove potentially out of date or specific product references. 10 years ago