ansible-infra/roles/auth_dns/tasks/01-install.yaml
lilly f9c1db8446
Some checks failed
/ Ansible Lint (push) Failing after 2m32s
/ Ansible Lint (pull_request) Failing after 2m32s
fix role name auth-dns -> auth_dns
2026-05-02 01:40: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