mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Set version-added for new parameters in ec2_elb_lb and elasticache
This commit is contained in:
parent
2e10e1e0d6
commit
cd3fcd843a
2 changed files with 2 additions and 0 deletions
|
@ -56,6 +56,7 @@ options:
|
||||||
- A list of security groups to apply to the elb
|
- A list of security groups to apply to the elb
|
||||||
require: false
|
require: false
|
||||||
default: None
|
default: None
|
||||||
|
version_added: "1.6"
|
||||||
health_check:
|
health_check:
|
||||||
description:
|
description:
|
||||||
- An associative array of health check configuration settigs (see example)
|
- An associative array of health check configuration settigs (see example)
|
||||||
|
|
|
@ -63,6 +63,7 @@ options:
|
||||||
- A list of vpc security group names to associate with this cache cluster. Only use if inside a vpc
|
- A list of vpc security group names to associate with this cache cluster. Only use if inside a vpc
|
||||||
required: false
|
required: false
|
||||||
default: ['default']
|
default: ['default']
|
||||||
|
version_added: "1.6"
|
||||||
cache_security_groups:
|
cache_security_groups:
|
||||||
description:
|
description:
|
||||||
- A list of cache security group names to associate with this cache cluster
|
- A list of cache security group names to associate with this cache cluster
|
||||||
|
|
Loading…
Reference in a new issue