Michael J. Schultz
|
db92301b00
|
cloud/elasticache: Ensure self.data is iterable
- self.data['SecurityGroups'] can return None causing traceback, if that
is the case fallback to an empty list
|
2014-04-11 18:23:53 -05:00 |
|
Michael DeHaan
|
0e8c7b1c03
|
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
|
cd3fcd843a
|
Set version-added for new parameters in ec2_elb_lb and elasticache
|
2014-03-11 11:44:47 -04:00 |
|
Michael DeHaan
|
2e10e1e0d6
|
Merge pull request #5997 from jonasi/elasticache_vpc_security_groups
Elasticache vpc security groups
|
2014-03-11 10:42:13 -05:00 |
|
Isao Jonas
|
1602a80d76
|
added elasticache vpc security group ids
|
2014-02-12 09:06:15 -06:00 |
|
Scott Anderson
|
baf508a379
|
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 |
|
jctanner
|
9a69b1b0ec
|
Merge pull request #5311 from willthames/ec2_refactor
ec2 modules: Move more responsibility to common EC2 module
|
2014-01-06 14:09:38 -08:00 |
|
Mikhail Sobolev
|
8733b5da8b
|
fix short/full description for elasticache
|
2013-12-26 14:35:57 -05:00 |
|
willthames
|
12005a1cd0
|
Move more responsibility to common EC2 module
Moved `AWS_REGIONS` into `ec2` module
Created `ec2_connect` method in `ec2` module
Updated modules able to use `ec2_connect` and `AWS_REGIONS`
|
2013-12-17 14:07:24 +10:00 |
|
James Tanner
|
d0986a20a3
|
Use shared ec2 module snippet in elasticache module
|
2013-11-13 10:24:08 -05:00 |
|
James Tanner
|
fd6b16aca8
|
Merge pull request #4313 from jsdalton/ansible
Add AWS ElastiCache module
|
2013-11-13 10:15:51 -05:00 |
|
Jim Dalton
|
2d7f0e28db
|
Availability zone should not be required
|
2013-10-20 16:20:36 -07:00 |
|
Jim Dalton
|
3957238fbf
|
Ensure port can be read for both memcached as well as redis
|
2013-10-19 12:29:07 -07:00 |
|
Jim Dalton
|
f62b3be36d
|
Add AWS ElastiCache module
|
2013-09-30 16:34:16 -07:00 |
|