ansible-infra/roles/auth-dns/tasks/02-configure.yaml
lilly facd770f10
add barebones knot config
This configuration does not yet do much but it provisions a knot
server that runs.
2026-05-01 18:59:48 +02:00

11 lines
217 B
YAML

- tags: [ auth-dns ]
name: Deploy knot configuration file
become: true
notify: restart knot
template:
src: knot.conf.j2
dest: /etc/knot/knot.conf
owner: knot
group: knot
mode: u=rw,g=r,o=