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
billwanjohi 61741b60c6 cloudformation: accept local templates in yaml format
Since the YAML data format is a subset of JSON, it is trivial to convert
the former to the latter. This means that we can use YAML templates to
build cloudformation stacks, as long as we translate them before passing
them to the AWS API. I figure this could potentially be quite popular in
the Ansible world, since we already use so much YAML for our playbooks.
11 years ago
..
__init__.py added __init__.py to new cloud subcategories so builds work again 11 years ago
_ec2_ami_search.py Update module "imports" to new style 11 years ago
cloudformation.py cloudformation: accept local templates in yaml format 11 years ago
ec2.py Do instance update after add tags to instance. 11 years ago
ec2_ami.py minor doc fixes, set version added for new tags: parameter 11 years ago
ec2_ami_find.py fixes example documenation 11 years ago
ec2_asg.py Fixed typos 11 years ago
ec2_eip.py Use existing ec2_eip address if already associated 11 years ago
ec2_elb.py issue #994: use HAS_BOTO to determine if import was successful: 11 years ago
ec2_elb_lb.py adding stickiness support to ec2_elb_lb.py 11 years ago
ec2_facts.py Merge pull request #260 from willthames/aws_frankfurt 11 years ago
ec2_group.py Added support for foreign security groups (Fixes: #373) 11 years ago
ec2_key.py issue #994: use HAS_BOTO to determine if import was successful: 11 years ago
ec2_lc.py issue #994: use HAS_BOTO to determine if import was successful: 11 years ago
ec2_metric_alarm.py Fixed typos 11 years ago
ec2_scaling_policy.py Fixed typos 11 years ago
ec2_snapshot.py issue #994: use HAS_BOTO to determine if import was successful: 11 years ago
ec2_tag.py issue #994: use HAS_BOTO to determine if import was successful: 11 years ago
ec2_vol.py [ec2_vol] Find or Create volume by name 11 years ago
ec2_vpc.py Output the Internet Gatewoy id directly instead of in a dict. 11 years ago
elasticache.py doc fix 11 years ago
rds.py Fix for issue #1332 - when instance is has finished deleting and get_db_instance returns None, exit gracefully 11 years ago
rds_param_group.py Fix Issue #1216 (ValueError with Amazon RDS) 11 years ago
rds_subnet_group.py Fix typo in rds_subnet_group.py 11 years ago
route53.py Update route53.py 11 years ago
s3.py s3 put: add support for server-side encryption 11 years ago