2026-02-27 15:09:25 -07:00
|
|
|
---
|
|
|
|
|
# Manage DNS zones on Hetzner Cloud
|
|
|
|
|
#
|
|
|
|
|
# Zone definitions live in $LINDERHOF_DIR/group_vars/all/dns.yml
|
|
|
|
|
# (generated from inventory/group_vars/all/dns.yml.setup by setup.sh).
|
|
|
|
|
#
|
2026-02-28 19:06:24 -07:00
|
|
|
# DKIM records are managed automatically by dkim_sync.yml — do not add manually.
|
2026-02-27 15:09:25 -07:00
|
|
|
#
|
|
|
|
|
# Usage: ansible-playbook playbooks/dns.yml
|
|
|
|
|
- name: Manage DNS zones on Hetzner Cloud
|
|
|
|
|
hosts: localhost
|
|
|
|
|
connection: local
|
|
|
|
|
gather_facts: false
|
|
|
|
|
|
|
|
|
|
roles:
|
|
|
|
|
- role: dns
|
|
|
|
|
tags: dns
|