1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-04 08:01:49 +00:00
This commit is contained in:
Lukas Kämmerling 2020-06-29 14:44:04 +02:00
parent 8ebd253e8e
commit d8d56f811d

View file

@ -42,8 +42,8 @@ options:
type: str
choices: [ http, https, tcp]
proxyprotocol:
description:
- Enable the PROXY protocol.
description:
- Enable the PROXY protocol.
type: bool
http:
description: Configuration for HTTP and HTTPS services
@ -137,8 +137,8 @@ RETURN = """
hcloud_load_balancer_service:
description: The Load Balancer service instance
returned: Always
type: complex
contains:
type: dict
options:
load_balancer:
description: The name of the Load Balancer where the service belongs to
returned: always
@ -156,22 +156,22 @@ hcloud_load_balancer_service:
sample: http
choices: [ http, https, tcp ]
destination_port:
description: The port traffic is forwarded to, i.e. the port the targets are listening and accepting connections on.
description:
- The port traffic is forwarded to, i.e. the port the targets are listening and accepting connections on.
returned: always
type: int
sample: 80
proxyprotocol:
description:
- Enable the PROXY protocol.
- Please note that the software running on the targets and handling connections needs to support the PROXY protocol.
- Enable the PROXY protocol.
returned: always
type: bool
sample: false
http:
description: Configuration for HTTP and HTTPS services
returned: always
type: complex
contains:
type: dict
options:
cookie_name:
description: Name of the cookie which will be set when you enable sticky sessions
returned: always
@ -200,8 +200,8 @@ hcloud_load_balancer_service:
health_check:
description: Configuration for health checks
returned: always
type: complex
contains:
type: dict
options:
protocol:
description: Protocol the health checks will be performed over
returned: always
@ -231,8 +231,8 @@ hcloud_load_balancer_service:
http:
description: Additional Configuration of health checks with protocol http/https
returned: always
type: complex
contains:
type: dict
options:
domain:
description: Domain we will set within the HTTP HOST header
returned: always
@ -252,7 +252,7 @@ hcloud_load_balancer_service:
returned: always
type: list
elements: str
sample: ["2??","3??"]
sample: ["2??","3??"]
tls:
description: Verify the TLS certificate, only available if health check protocol is https
returned: always