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
Toshio Kuratomi 60a66a544d Several cleanups to many modules:
* Fix docs to specify when python2.6+ is required (due to a library
  dep).  This helps us know when it is okay to use python2.6+ syntax in
  the file.
* remove BabyJson returns.  See #1211  This commit fixes all but the
  openstack modules.
* Use if __name__ == '__main__' to only run the main part of the module
  if the module is run as a program.  This allows for the potential to
  unittest the code later.
11 years ago
..
__init__.py added __init__.py to new cloud subcategories so builds work again 11 years ago
_ec2_ami_search.py deprecated ec2_ami_search 11 years ago
cloudformation.py really fixed docs this time 11 years ago
ec2.py Fix a typo in create_instances 11 years ago
ec2_ami.py minor doc fixes, set version added for new tags: parameter 11 years ago
ec2_ami_find.py Several cleanups to many modules: 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 Fixed typos 11 years ago
ec2_facts.py Merge pull request #260 from willthames/aws_frankfurt 11 years ago
ec2_group.py issue #994: use HAS_BOTO to determine if import was successful: 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 Fix indent of "register" key 11 years ago
ec2_vpc.py fixes issue 122, where the module recreates the route table in each run 11 years ago
elasticache.py issue #994: use HAS_BOTO to determine if import was successful: 11 years ago
rds.py Several cleanups to many modules: 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 avoid exception when boto is not available 11 years ago