Compare commits

..
Author SHA1 Message Date
5925b22bf5
setup cccfr secondary DNS
All checks were successful
/ build (pull_request) Successful in 29s
/ Ansible Lint (pull_request) Successful in 3m38s
/ cleanup-staging (pull_request) Successful in 8s
/ build (push) Successful in 27s
/ Ansible Lint (push) Successful in 3m29s
2026-09-11 10:52:37 +02:00
4bdd36b8f7
update knot role to support more operational variety
Now secondary zones, dynamic zones, interpeted catalog zones, etc.
are supported by our knot role
2026-09-11 10:52:33 +02:00
3 changed files with 10 additions and 11 deletions

View file

@ -1,11 +1,11 @@
---
knot__deploy_prometheus_exporter: true
knot__log_level: info
knot__remotes: []
knot__keys: []
knot__catalog_zones: []
knot__primary_zones: []
knot__catalog_secondary_zones: []
knot__secondary_zones: []
knot__dynamic_zones: []
knot__acls: []
knot__remotes: [ ]
knot__keys: [ ]
knot__catalog_zones: [ ]
knot__primary_zones: [ ]
knot__catalog_secondary_zones: [ ]
knot__secondary_zones: [ ]
knot__dynamic_zones: [ ]
knot__acls: [ ]

View file

@ -88,7 +88,7 @@ argument_specs:
type: list
elements: str
required: true
knot__secondary_zones:
description: A list of secondary zones that will be served by knot
required: false
@ -168,4 +168,4 @@ argument_specs:
update_type:
type: list
elements: str
required: false
required: false

View file

@ -34,4 +34,3 @@
group: knot
mode: u=rw,g=r
validate: "kzonecheck -v -o '{{ item.domain }}' %s"