hetzner.hcloud.zone_info module – Gather infos about your Hetzner Cloud Zones.
Note
This module is part of the hetzner.hcloud collection (version 5.4.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.zone_info
.
Synopsis
Gather infos about your Hetzner Cloud Zones.
See the Zones API documentation for more details.
Experimental: DNS API is in beta, breaking changes may occur within minor releases. See https://docs.hetzner.cloud/changelog#2025-10-07-dns-beta for more details.
Aliases: hcloud_zone_info
Requirements
The below requirements are needed on the host that executes this module.
python-dateutil >= 2.7.5
requests >=2.20
Parameters
Parameter |
Comments |
---|---|
The API Endpoint for the Hetzner Cloud. You can also set this option by using the Default: |
|
The API Token for the Hetzner Cloud. You can also set this option by using the |
|
ID of the Zone you want to get. The module will fail if the provided ID is invalid. |
|
Label selector to filter the Zones you want to get. |
|
Name of the Zone you want to get. |
See Also
See also
- Documentation for Hetzner Cloud API
Complete reference for the Hetzner Cloud API.
Examples
- name: Gather Zone infos
hetzner.hcloud.zone_info:
register: output
- name: Print the gathered infos
debug:
var: output.hcloud_zone_info
Return Values
Common return values are documented here, the following are the fields unique to this module:
Key |
Description |
---|---|
Zone infos as list. Returned: always |
|
Authoritative nameservers of the Zone. Returned: always |
|
Authoritative Hetzner nameservers assigned to the Zone. Returned: always Sample: |
|
Authoritative nameservers delegated to the parent DNS zone. Returned: always Sample: |
|
Point in time when the DNS zone delegation was last checked (in ISO-8601 format). Returned: always Sample: |
|
Status of the delegation. Returned: always Sample: |
|
Protect the Zone from deletion. Returned: always Sample: |
|
ID of the Zone. Returned: always Sample: |
|
User-defined labels (key-value pairs) Returned: always Sample: |
|
Mode of the Zone. Returned: always Sample: |
|
Name of the Zone. Returned: always Sample: |
|
Primary nameservers of the Zone. Returned: always |
|
Public IPv4 or IPv6 address of the primary nameserver. Returned: always Sample: |
|
Port of the primary nameserver. Returned: always Sample: |
|
Transaction signature (TSIG) algorithm used to generate the TSIG key. Returned: always Sample: |
|
Transaction signature (TSIG) key. Returned: always |
|
Number of Resource Records (RR) within the Zone. Returned: always Sample: |
|
Registrar of the Zone. Returned: always Sample: |
|
Status of the Zone. Returned: always Sample: |
|
TTL of the Zone. Returned: always Sample: |