ansible/cloud
Will Thames f92e4605ab Create a common EC2 connection argument spec for EC2 modules
Refactor the currently well-factored ec2 modules (i.e. those that already use ec2_connect) to
have a common argument spec. The idea is that new modules can use this spec without duplication
of code, and that new functionality can be added to the ec2 connection code (e.g. security
token argument)
2014-02-06 15:27:41 +10:00
..
cloudformation Addresses #5023 Fix import comments 2013-12-02 15:13:49 -05:00
digital_ocean reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 (#5852) 2014-02-03 13:00:40 -06:00
docker reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 (#5852) 2014-02-03 13:00:40 -06:00
ec2 Create a common EC2 connection argument spec for EC2 modules 2014-02-06 15:27:41 +10:00
ec2_ami Create a common EC2 connection argument spec for EC2 modules 2014-02-06 15:27:41 +10:00
ec2_eip Create a common EC2 connection argument spec for EC2 modules 2014-02-06 15:27:41 +10:00
ec2_elb Fix exception being thrown for new instance 2014-01-27 20:18:55 +07:00
ec2_elb_lb Refactor ec2_elb_lb to use shared module snippet code 2014-01-24 15:33:41 -05:00
ec2_facts Fixes #4540 Use shared module snippet to evaluate ec2 credentials 2013-11-01 11:59:24 -04:00
ec2_group Create a common EC2 connection argument spec for EC2 modules 2014-02-06 15:27:41 +10:00
ec2_key Create a common EC2 connection argument spec for EC2 modules 2014-02-06 15:27:41 +10:00
ec2_tag Create a common EC2 connection argument spec for EC2 modules 2014-02-06 15:27:41 +10:00
ec2_vol Create a common EC2 connection argument spec for EC2 modules 2014-02-06 15:27:41 +10:00
ec2_vpc reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 (#5852) 2014-02-03 13:00:40 -06:00
elasticache Merge pull request #5311 from willthames/ec2_refactor 2014-01-06 14:09:38 -08:00
gc_storage ansible -> ansibleworks 2014-01-28 20:29:41 -05:00
gce reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 (#5852) 2014-02-03 13:00:40 -06:00
gce_lb reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 (#5852) 2014-02-03 13:00:40 -06:00
gce_net reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 (#5852) 2014-02-03 13:00:40 -06:00
gce_pd reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 (#5852) 2014-02-03 13:00:40 -06:00
glance_image reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 (#5852) 2014-02-03 13:00:40 -06:00
keystone_user reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 (#5852) 2014-02-03 13:00:40 -06:00
linode Addresses #5023 Fix import comments 2013-12-02 15:13:49 -05:00
nova_compute reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 (#5852) 2014-02-03 13:00:40 -06:00
nova_keypair reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 (#5852) 2014-02-03 13:00:40 -06:00
ovirt Use ovirtsdk if it installed, but fall out gracefully if it is not 2013-12-03 20:21:16 +08:00
quantum_floating_ip reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 (#5852) 2014-02-03 13:00:40 -06:00
quantum_floating_ip_associate reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 (#5852) 2014-02-03 13:00:40 -06:00
quantum_network reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 (#5852) 2014-02-03 13:00:40 -06:00
quantum_router reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 (#5852) 2014-02-03 13:00:40 -06:00
quantum_router_gateway reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 (#5852) 2014-02-03 13:00:40 -06:00
quantum_router_interface reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 (#5852) 2014-02-03 13:00:40 -06:00
quantum_subnet reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 (#5852) 2014-02-03 13:00:40 -06:00
rax Update rax module DOCUMENTATION with new auth options 2014-01-28 13:59:49 -06:00
rax_clb Merge pull request #4941 from sivel/rax-clb-shared-vip 2014-01-29 16:14:29 -08:00
rax_clb_nodes Add ansible.module_utils.rax 2013-11-21 15:46:25 -06:00
rax_dns Remove errant raise 2013-12-06 16:49:28 -06:00
rax_dns_record Initial commit of rax_dns_record 2013-12-06 17:03:08 -06:00
rax_facts Merge pull request #4996 from sivel/rax-module-utils 2013-12-02 11:55:59 -08:00
rax_files Remove dict comprehension; use dict constructor 2014-01-23 21:05:52 -06:00
rax_files_objects Use dict constructors 2014-01-23 22:05:46 -06:00
rax_keypair Don't import novaclient, exceptions are available via cs.exceptions 2013-12-13 19:34:46 -06:00
rax_network Add ansible.module_utils.rax 2013-11-21 15:46:25 -06:00
rax_queue Add rax_queue module to create/delete Rackspace Cloud Queues 2014-01-24 11:14:25 -05:00
rds Merge pull request #5410 from willthames/rds_snapshot 2014-02-05 15:23:08 -05:00
route53 Fix missing quote mark in route53 doc example 2014-02-05 13:59:31 +00:00
s3 Fix AWS credential params for s3 and other modules 2013-11-26 19:29:06 -08:00
virt Addresses #5023 Fix import comments 2013-12-02 15:13:49 -05:00