1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/library/cloud
James Cammarata 056d54ebd3 Adding 'validate_certs' option to EC2 modules
When disabled, the boto connection will be instantiated without validating
the SSL certificate from the target endpoint. This allows the modules to connect
to Eucalyptus instances running with self-signed certs without errors.

Fixes #3978
2014-02-13 12:32:49 -06:00
..
cloudformation Adding 'validate_certs' option to EC2 modules 2014-02-13 12:32:49 -06: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 Added modules description and examples 2014-02-12 17:06:58 -05:00
docker_image Refactore unused code 2014-02-12 17:06:58 -05:00
ec2 Adding 'validate_certs' option to EC2 modules 2014-02-13 12:32:49 -06:00
ec2_ami Adding 'validate_certs' option to EC2 modules 2014-02-13 12:32:49 -06:00
ec2_eip Adding 'validate_certs' option to EC2 modules 2014-02-13 12:32:49 -06:00
ec2_elb Adding 'validate_certs' option to EC2 modules 2014-02-13 12:32:49 -06:00
ec2_elb_lb Adding 'validate_certs' option to EC2 modules 2014-02-13 12:32:49 -06:00
ec2_facts Fixes #4540 Use shared module snippet to evaluate ec2 credentials 2013-11-01 11:59:24 -04:00
ec2_group Adding 'validate_certs' option to EC2 modules 2014-02-13 12:32:49 -06:00
ec2_key Adding 'validate_certs' option to EC2 modules 2014-02-13 12:32:49 -06:00
ec2_tag Adding 'validate_certs' option to EC2 modules 2014-02-13 12:32:49 -06:00
ec2_vol Adding 'validate_certs' option to EC2 modules 2014-02-13 12:32:49 -06:00
ec2_vpc Adding 'validate_certs' option to EC2 modules 2014-02-13 12:32:49 -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 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 Don't set a default disk_config. Defaulting to 'auto', causes issues with new images 2014-02-10 16:12:32 -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 Update docs for rax_facts to include parameters added for other OpenStack clouds 2014-01-30 07:59:31 -07:00
rax_files Doc updates 2014-02-12 11:22:15 -06:00
rax_files_objects Doc updates 2014-02-12 11:22:15 -06:00
rax_keypair The OpenStack auth attributes apply to rax_keypair also 2014-02-11 14:25:13 -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