ansible-infra/roles/auth-dns/tasks/02-configure.yaml
lilly fa94d59df6
add barebones knot config
This configuration does not yet do much but it provisions a knot
server that runs.
2026-05-06 11:47:10 +02:00

11 lines
233 B
YAML

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