James Cammarata
83e14ffb6d
Merge branch 'elb_subnets' of https://github.com/jimbydamonk/ansible into jimbydamonk-elb_subnets
2014-05-08 19:28:54 -05:00
James Cammarata
4b2a56fb03
Fixing two bugs in the ec2_elb_lb module
...
* the current state of the ELB was not reflected properly when checking
the status after a change was made.
* invalid zones caused a traceback when enabling/disabling zones
2014-05-05 12:48:45 -05:00
Mike Buzzetti
657edc2116
Updated and corrected example section
2014-04-22 09:27:26 -04:00
Mike Buzzetti
83507a90bc
Adding support for purging subnets
2014-04-21 21:42:05 -04:00
Mike Buzzetti
88b1efa7be
Adds support for VPC subnets to ELB
2014-04-18 09:59:35 -04:00
Will Thames
a203485e8b
Use common code for ec2_elb and ec2_elb_lb
...
Uses the new get_aws_connection_info
and connect_to_aws common methods to reuse code
Now complains if region is not set in one of the
three possible methods
Also moved over to common documentation code so
this is actually based on #6913
2014-04-09 22:47:51 +10:00
Michael DeHaan
9fa0ec57fb
Scrub choices=BOOLEANS from remaining core module references. Correct form in argument_spec is type='dict'.
2014-03-28 11:41:35 -04:00
James Tanner
9accca4b47
Set version-added for new parameters in ec2_elb_lb and elasticache
2014-03-11 11:44:47 -04:00
Michael DeHaan
20fced7e44
Merge pull request #5997 from jonasi/elasticache_vpc_security_groups
...
Elasticache vpc security groups
2014-03-11 10:42:13 -05:00
James Cammarata
6e47729d5a
Merge branch 'ec2-params' of https://github.com/scottanderson42/ansible into scottanderson42-ec2-params
...
Conflicts:
lib/ansible/module_utils/ec2.py
library/cloud/ec2
2014-02-26 09:37:26 -06:00
James Cammarata
24759f566c
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
Isao Jonas
45146e2a8f
add security groups to elb_lb
2014-02-13 10:57:41 -06:00
Scott Anderson
26e9c1ad61
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
James Tanner
67fba9c38c
Refactor ec2_elb_lb to use shared module snippet code
2014-01-24 15:33:41 -05:00
James Tanner
b417b4153c
Fix missing description key
2014-01-24 15:13:01 -05:00
Jim Dalton
d7143fd570
Add health check parameter.
2013-09-20 15:06:02 -07:00
Jim Dalton
922c3392c9
Add ec2_elb_lb for managing ELBs
2013-09-20 10:53:10 -07:00