1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-04 08:01:49 +00:00
hetzner.hcloud/tests/integration/targets/zone_rrset/tasks/prepare.yml
Jonas L. adddef5fc0
feat: support the new DNS API (#703)
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.
2025-10-07 11:04:00 +02:00

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