ansible-infra/roles/auth-dns/tasks/02-configure.yaml
lilly 2a3a2de38d
add barebones knot config
This configuration does not yet do much but it provisions a knot
server that runs.
2026-05-02 01:38:44 +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=