- 24 Apr, 2014 1 commit
-
-
Bruce Pennypacker committed
-
- 22 Apr, 2014 1 commit
-
-
Changed behavior of deregister. If an instance is not found in the ELB then simply return 'changed=false'. Otherwise always remove the instance from the ELB no matter what state its currently in.
Bruce Pennypacker committed
-
- 09 Apr, 2014 1 commit
-
-
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
Will Thames committed
-
- 30 Mar, 2014 1 commit
-
-
Also fixed a bug in which the state parameter was marked as a 'bool' type, which was breaking execution of the module. Fixes #6543
James Cammarata committed
-
- 28 Mar, 2014 1 commit
-
-
Scrub choices=BOOLEANS from remaining core module references. Correct form in argument_spec is type='dict'.
Michael DeHaan committed
-
- 11 Mar, 2014 1 commit
-
-
Michael DeHaan committed
-
- 10 Mar, 2014 1 commit
-
-
Fixes #5305
James Cammarata committed
-
- 03 Mar, 2014 1 commit
-
-
Fixes #5305
James Cammarata committed
-
- 14 Feb, 2014 1 commit
-
-
Bruce Pennypacker committed
-
- 13 Feb, 2014 1 commit
-
-
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
James Cammarata committed
-
- 08 Feb, 2014 1 commit
-
-
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.
Scott Anderson committed
-
- 27 Jan, 2014 1 commit
-
-
Currently if we are trying to register an instance that has not yet been registered with the elb an exception is thrown.
Mohan Krishnan committed
-
- 16 Jan, 2014 1 commit
-
-
ELB(s) cause a weird formatting behaviour - it appears as EL**s** Added choices documentation to the state option
willthames committed
-
- 17 Dec, 2013 1 commit
-
-
Moved `AWS_REGIONS` into `ec2` module Created `ec2_connect` method in `ec2` module Updated modules able to use `ec2_connect` and `AWS_REGIONS`
willthames committed
-
- 12 Dec, 2013 1 commit
-
-
Jim Dalton committed
-
- 10 Dec, 2013 1 commit
-
-
Jim Dalton committed
-
- 27 Nov, 2013 1 commit
-
-
The `ec2_ami`, `ec2_elb`, `ec2_tag`, `ec2_vpc`, `route53`, and `s3` modules all canonicalize the AWS access and secret key params as `aws_access_key` and `aws_secret_key`. However, following the fixes for #4540, those modules now use `get_ec2_creds` from `lib/ansible/module_utils/ec2.py`, which requires access/secret key params to be canonicalized as `ec2_access_key` and `ec2_secret_key`. As a result, AWS credentials passed to those six modules as parameters are ignored (they instead always use the AWS credentials specified via environment variables, or nothing). So this change fixes those six modules to canonicalize the AWS access and secret key params as `ec2_access_key` and `ec2_secret_key`, allowing them to again accept AWS credentials passed via module params.
Justin Ludwig committed
-
- 01 Nov, 2013 1 commit
-
-
James Tanner committed
-
- 28 Oct, 2013 1 commit
-
-
kiri committed
-
- 23 Sep, 2013 1 commit
-
-
Jim Dalton committed
-
- 03 Sep, 2013 1 commit
-
-
James Cammarata committed
-
- 23 Aug, 2013 1 commit
-
-
Bruce Pennypacker committed
-
- 20 Aug, 2013 1 commit
-
-
No idea if I'm rebasing properly or not. This is my first attempt.
Bruce Pennypacker committed
-
- 01 Aug, 2013 1 commit
-
-
Boto blindly assumes the us-east-1 region if you don't hardcode a region in it's config, so you could end up attempting to modify ELB's in one region from a totally different region. If a region isn't specified then default to the region that the module is being run within rather than the default us-east-1 region since it's a pretty safe assumption that you intend to work on the ELB's within your current region. Also throw an error if a specified ELB instance doesn't exist. The old behavior would be to silently succeed with changed=false, so if you had so much as a typo in the name of your ELB (or were in the wrong region like my initial testing) you wouldn't get a clear indication that a problem had occurred.
Bruce Pennypacker committed
-
- 20 Jul, 2013 2 commits
-
-
Revert "Added an elb_region parameter for interacting with the ec2 elastic load balancer to work with regions other than us-east-1" This reverts commit 1264a5b4.
Michael DeHaan committed -
Added an elb_region parameter for interacting with the ec2 elastic load balancer to work with regions other than us-east-1
Ian O Connell committed
-
- 03 May, 2013 2 commits
-
-
John Jarvis committed
-
John Jarvis committed
-
- 30 Apr, 2013 3 commits
-
-
John Jarvis committed
-
John Jarvis committed
-
This module handles AWS EC2 ELB registration. * De-registration requires the instance id which can be looked up using the ec2_facts module. * Registration requires both the instance id and the elbs that the instance belongs to. De-registration will return an ec2_elb fact that can be used for registration in post_tasks.
John Jarvis committed
-