ansible-collection-nameserver/roles/knot/tasks/main.yml

14 lines
322 B
YAML

---
- name: Install knot
ansible.builtin.import_tasks: install.yml
tags:
- "role::knot"
- "role::knot:install"
- name: Configure knot
ansible.builtin.import_tasks: config.yml
tags:
- "role::knot"
- "role::knot:config"
- "role::knot:zones" # Backwards compat; this used to be a separate file