ansible-infra/roles/knot/tasks/01-install.yaml
lilly 416ca85b11
Some checks failed
/ Ansible Lint (pull_request) Successful in 2m37s
/ Ansible Lint (push) Has been cancelled
rename auth_dns -> knot role
2026-05-06 11:52:33 +02:00

11 lines
198 B
YAML

---
- name: Install knot
tags: [ auth-dns ]
become: true
ansible.builtin.package:
name:
- knot
- knot-exporter
- knot-dnssecutils
- knot-dnsutils
- knot-host