ansible-infra/roles/auth-dns/tasks/01-install.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

6 lines
103 B
YAML

- tags: [ auth-dns ]
name: Install knot
become: true
package:
name: [ knot, knot-exporter ]