enable auth-dns role to actually configure useful zones

This commit is contained in:
lilly 2026-04-30 22:53:07 +02:00
commit 7086b189b9
Signed by: lilly
SSH key fingerprint: SHA256:y9T5GFw2A20WVklhetIxG1+kcg/Ce0shnQmbu1LQ37g
8 changed files with 184 additions and 16 deletions

View file

@ -1,8 +1,17 @@
- tags: [ 02-auth-dns ]
- tags: [ auth-dns ]
name: restart knot
become: true
notify: restart knot
ansible.builtin.systemd:
name: knot.service
state: restarted
- tags: [ auth-dns ]
name: reload knot zones
become: true
ansible.builtin.command: "knotc zone-reload"
- tags: [ auth-dns ]
name: netplan apply
become: true
ansible.builtin.command: "netplan apply"