hetzner.hcloud.hcloud_load_balancer_info module – Gather infos about your Hetzner Cloud Load Balancers.
Note
This module is part of the hetzner.hcloud collection (version 1.16.0).
You might already have this collection installed if you are using the ansible
package.
It is not included in ansible-core
.
To check whether it is installed, run ansible-galaxy collection list
.
To install it, use: ansible-galaxy collection install hetzner.hcloud
.
You need further requirements to be able to use this module,
see Requirements for details.
To use it in a playbook, specify: hetzner.hcloud.hcloud_load_balancer_info
.
Synopsis
Gather infos about your Hetzner Cloud Load Balancers..
Requirements
The below requirements are needed on the host that executes this module.
python-dateutil >= 2.7.5
requests >=2.20
Parameters
Parameter |
Comments |
---|---|
This is the API Token for the Hetzner Cloud. You can also set this option by using the environment variable HCLOUD_TOKEN |
|
This is the API Endpoint for the Hetzner Cloud. Default: |
|
The ID of the Load Balancers you want to get. |
|
The label selector for the Load Balancers you want to get. |
|
The name of the Load Balancers you want to get. |
See Also
See also
- Documentation for Hetzner Cloud API
Complete reference for the Hetzner Cloud API.
Examples
- name: Gather hcloud load_balancer infos
hcloud_load_balancer_info:
register: output
- name: Print the gathered infos
debug:
var: output
Return Values
Common return values are documented here, the following are the fields unique to this module:
Key |
Description |
---|---|
The load_balancer infos as list Returned: always |
|
True if Load Balancer is protected for deletion Returned: always Sample: |
|
True if Load Balancer public interface is disabled Returned: always Sample: |
|
Numeric identifier of the Load Balancer Returned: always Sample: |
|
Public IPv4 address of the Load Balancer Returned: always Sample: |
|
Public IPv6 address of the Load Balancer Returned: always Sample: |
|
User-defined labels (key-value pairs) Returned: always |
|
Name of the Load Balancer type of the Load Balancer Returned: always Sample: |
|
Name of the location of the Load Balancer Returned: always Sample: |
|
Name of the Load Balancer Returned: always Sample: |
|
all services from this Load Balancer Returned: Always |
|
The port traffic is forwarded to, i.e. the port the targets are listening and accepting connections on. Returned: always Sample: |
|
Configuration for health checks Returned: always |
|
Additional Configuration of health checks with protocol http/https Returned: always |
|
Domain we will set within the HTTP HOST header Returned: always Sample: |
|
Path we will try to access Returned: always Sample: |
|
Response we expect, if response is not within the health check response the target is unhealthy Returned: always |
|
List of HTTP status codes we expect to get when we perform the health check. Returned: always Sample: |
|
Verify the TLS certificate, only available if health check protocol is https Returned: always Sample: |
|
Interval of health checks, in seconds Returned: always Sample: |
|
Port the health check will be performed on Returned: always Sample: |
|
Protocol the health checks will be performed over Returned: always Sample: |
|
Number of retries until a target is marked as unhealthy Returned: always Sample: |
|
Timeout of health checks, in seconds Returned: always Sample: |
|
Configuration for HTTP and HTTPS services Returned: always |
|
List of Names or IDs of certificates Returned: always |
|
Lifetime of the cookie which will be set when you enable sticky sessions, in seconds Returned: always Sample: |
|
Name of the cookie which will be set when you enable sticky sessions Returned: always Sample: |
|
Redirect Traffic from Port 80 to Port 443, only available if protocol is https Returned: always Sample: |
|
Enable or disable sticky_sessions Returned: always Sample: |
|
The port the service listens on, i.e. the port users can connect to. Returned: always Sample: |
|
Protocol of the service Returned: always Sample: |
|
Enable the PROXY protocol. Returned: always Sample: |
|
Status of the Load Balancer Returned: always Sample: |
|
The targets of the Load Balancer Returned: always |
|
IP of the dedicated server Returned: if type is ip Sample: |
|
Label Selector Returned: if type is label_selector Sample: |
|
Name of the Load Balancer Returned: always Sample: |
|
Name of the Server Returned: if type is server Sample: |
|
Type of the Load Balancer Target Returned: always Sample: |
|
Route the traffic over the private IP of the Load Balancer through a Hetzner Cloud Network. Load Balancer needs to be attached to a network. See hetzner.hcloud.hcloud.hcloud_load_balancer_network Returned: always Sample: |