ansible-infra/roles/auth_dns/tasks/01-install.yaml
lilly 8c1553c707
Some checks failed
/ Ansible Lint (push) Failing after 2m38s
/ Ansible Lint (pull_request) Failing after 2m40s
fix role name auth-dns -> auth_dns
2026-05-06 11:47:10 +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