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:54:53 +02:00
parent f935375a1f
commit 20cec7b690

View file

@ -40,7 +40,7 @@ options:
- Protocol of the service.
- Required if Load Balancer does not exists.
type: str
choices: [ http, https, tcp]
choices: [ http, https, tcp ]
proxyprotocol:
description:
- Enable the PROXY protocol.
@ -174,13 +174,13 @@ hcloud_load_balancer_service:
sample: http
choices: [ http, https, tcp ]
destination_port:
description:
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:
description:
- Enable the PROXY protocol.
returned: always
type: bool