ansible-collection-nameserver/roles/knot/tasks/main.yml
s3lph 2ae220b3eb
Some checks failed
Ansible Galaxy / deploy (push) Failing after 1m18s
Ansible Lint / build (push) Successful in 1m27s
feat: the great ansible-lint and documentation update
2024-04-14 22:41:41 +02:00

19 lines
364 B
YAML

---
- name: Install knot
ansible.builtin.import_tasks: install.yml
tags:
- "role::knot"
- "role::knot:install"
- name: Render zonefiles
ansible.builtin.import_tasks: zones.yml
tags:
- "role::knot"
- "role::knot:zones"
- name: Configure knot
ansible.builtin.import_tasks: config.yml
tags:
- "role::knot"
- "role::knot:config"