Commit Graph

21 Commits (583cfa45e51b53915e35b3fed1471bcf91edc13c)

Author SHA1 Message Date
James Cammarata c4b4dee3a3 Add boto support checks for new ec2_elb_lb attribute fields
Also minor fixes like adjusting version_added fields, etc.
10 years ago
Steve Zesch 21ff7daf05 ELB enhancements
* connection draining
* cross AZ load balancing
10 years ago
James Cammarata acb00120b8 Fixing version_added strings for new features in ec2_elb_lb
Fixes #7631
10 years ago
Andrew Snare 1277a20bcc Support internal-only ELBs in EC2. 10 years ago
James Cammarata 83e14ffb6d Merge branch 'elb_subnets' of https://github.com/jimbydamonk/ansible into jimbydamonk-elb_subnets 11 years ago
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
11 years ago
Mike Buzzetti 657edc2116 Updated and corrected example section 11 years ago
Mike Buzzetti 83507a90bc Adding support for purging subnets 11 years ago
Mike Buzzetti 88b1efa7be Adds support for VPC subnets to ELB 11 years ago
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
11 years ago
Michael DeHaan 9fa0ec57fb Scrub choices=BOOLEANS from remaining core module references. Correct form in argument_spec is type='dict'. 11 years ago
James Tanner 9accca4b47 Set version-added for new parameters in ec2_elb_lb and elasticache 11 years ago
Michael DeHaan 20fced7e44 Merge pull request #5997 from jonasi/elasticache_vpc_security_groups
Elasticache vpc security groups
11 years ago
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
11 years ago
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
11 years ago
Isao Jonas 45146e2a8f add security groups to elb_lb 11 years ago
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. 11 years ago
James Tanner 67fba9c38c Refactor ec2_elb_lb to use shared module snippet code 11 years ago
James Tanner b417b4153c Fix missing description key 11 years ago
Jim Dalton d7143fd570 Add health check parameter. 11 years ago
Jim Dalton 922c3392c9 Add ec2_elb_lb for managing ELBs 11 years ago