ansible/library/cloud
2014-02-08 18:35:26 -05: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 Change standard AWS access and secret key parameter names to aws_access_key and aws_secret_key. Fixes an authentication problem with the rds module and standardizes the naming convention on something more encompassing than ec2_*_key. 2014-02-08 18:35:26 -05: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 Change standard AWS access and secret key parameter names to aws_access_key and aws_secret_key. Fixes an authentication problem with the rds module and standardizes the naming convention on something more encompassing than ec2_*_key. 2014-02-08 18:35:26 -05:00
ec2_elb_lb Change standard AWS access and secret key parameter names to aws_access_key and aws_secret_key. Fixes an authentication problem with the rds module and standardizes the naming convention on something more encompassing than ec2_*_key. 2014-02-08 18:35:26 -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 Change standard AWS access and secret key parameter names to aws_access_key and aws_secret_key. Fixes an authentication problem with the rds module and standardizes the naming convention on something more encompassing than ec2_*_key. 2014-02-08 18:35:26 -05:00
elasticache Change standard AWS access and secret key parameter names to aws_access_key and aws_secret_key. Fixes an authentication problem with the rds module and standardizes the naming convention on something more encompassing than ec2_*_key. 2014-02-08 18:35:26 -05: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 fix linode typo 2014-02-07 20:47:57 -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 Change standard AWS access and secret key parameter names to aws_access_key and aws_secret_key. Fixes an authentication problem with the rds module and standardizes the naming convention on something more encompassing than ec2_*_key. 2014-02-08 18:35:26 -05:00
route53 Change standard AWS access and secret key parameter names to aws_access_key and aws_secret_key. Fixes an authentication problem with the rds module and standardizes the naming convention on something more encompassing than ec2_*_key. 2014-02-08 18:35:26 -05:00
s3 Change standard AWS access and secret key parameter names to aws_access_key and aws_secret_key. Fixes an authentication problem with the rds module and standardizes the naming convention on something more encompassing than ec2_*_key. 2014-02-08 18:35:26 -05:00
virt Addresses #5023 Fix import comments 2013-12-02 15:13:49 -05:00