ansible-infra/roles/knot/tasks/01-install.yaml

10 lines
177 B
YAML

---
- name: Install knot
become: true
ansible.builtin.package:
name:
- knot
- knot-exporter
- knot-dnssecutils
- knot-dnsutils
- knot-host