mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
E325 Removal - Part II (#49196)
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
991a9dfa12
commit
bc3e7bbeba
109 changed files with 208 additions and 179 deletions
|
@ -35,6 +35,7 @@ options:
|
|||
- If set to "false", temporarily disable SSL termination without discarding
|
||||
- existing credentials.
|
||||
default: true
|
||||
type: bool
|
||||
private_key:
|
||||
description:
|
||||
- The private SSL key as a string in PEM format.
|
||||
|
@ -53,15 +54,18 @@ options:
|
|||
description:
|
||||
- If "true", the load balancer will *only* accept secure traffic.
|
||||
default: false
|
||||
type: bool
|
||||
https_redirect:
|
||||
description:
|
||||
- If "true", the load balancer will redirect HTTP traffic to HTTPS.
|
||||
- Requires "secure_traffic_only" to be true. Incurs an implicit wait if SSL
|
||||
- termination is also applied or removed.
|
||||
type: bool
|
||||
wait:
|
||||
description:
|
||||
- Wait for the balancer to be in state "running" before turning.
|
||||
default: false
|
||||
type: bool
|
||||
wait_timeout:
|
||||
description:
|
||||
- How long before "wait" gives up, in seconds.
|
||||
|
|
|
@ -45,6 +45,7 @@ options:
|
|||
record with matching name. If there are already multiple records with
|
||||
matching name and overwrite=true, this module will fail.
|
||||
default: true
|
||||
type: bool
|
||||
version_added: 2.1
|
||||
priority:
|
||||
description:
|
||||
|
|
|
@ -38,9 +38,11 @@ options:
|
|||
- Used to set a container as private, removing it from the CDN. B(Warning!)
|
||||
Private containers, if previously made public, can have live objects
|
||||
available until the TTL on cached objects expires
|
||||
type: bool
|
||||
public:
|
||||
description:
|
||||
- Used to set a container as public, available via the Cloud Files CDN
|
||||
type: bool
|
||||
region:
|
||||
description:
|
||||
- Region to create an instance in
|
||||
|
|
|
@ -46,6 +46,7 @@ options:
|
|||
description:
|
||||
- Whether the value in I(change) is a percent value
|
||||
default: false
|
||||
type: bool
|
||||
name:
|
||||
description:
|
||||
- Name to give the policy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue