ansible-infra/roles/auth-dns/handlers/main.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

8 lines
155 B
YAML

- tags: [ 02-auth-dns ]
name: restart knot
become: true
notify: restart knot
ansible.builtin.systemd:
name: knot.service
state: restarted