14 lines
322 B
YAML
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
|