dns: validate zone files before apply in knot role
Some checks failed
/ build (push) Failing after 2m44s
/ Ansible Lint (push) Successful in 3m23s

This commit is contained in:
lilly 2026-06-10 16:17:18 +02:00
commit 5973de0959
Signed by: lilly
SSH key fingerprint: SHA256:y9T5GFw2A20WVklhetIxG1+kcg/Ce0shnQmbu1LQ37g

View file

@ -33,6 +33,7 @@
owner: knot owner: knot
group: knot group: knot
mode: u=rw,g=r mode: u=rw,g=r
validate: "kzonecheck -v -o '{{ item.domain }}' %s"
# this seems weird but hear me out: # this seems weird but hear me out:
# if we don't disable SLAAC, the node automatically gets an address based on IPv6 Router-Advertisements # if we don't disable SLAAC, the node automatically gets an address based on IPv6 Router-Advertisements