mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-04 08:01:49 +00:00
Add support for the new [DNS API](https://docs.hetzner.cloud/reference/cloud#dns). The DNS API is currently in **beta**. See the [DNS API beta changelog](https://docs.hetzner.cloud/changelog#2025-10-07-dns-beta) for more details.
9 lines
171 B
YAML
9 lines
171 B
YAML
---
|
|
- name: Create test_zone
|
|
hetzner.hcloud.zone:
|
|
name: "{{ hcloud_zone_name }}"
|
|
mode: primary
|
|
ttl: 10800
|
|
labels:
|
|
key: value
|
|
register: test_zone
|