E325 Removal - Part II (#49196)

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
Abhijeet Kasurde 2018-11-28 13:55:52 +05:30 committed by GitHub
commit bc3e7bbeba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
109 changed files with 208 additions and 179 deletions

View file

@ -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.