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

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