2020-11-19 00:21:11 +01:00
|
|
|
---
|
|
|
|
|
2024-04-14 22:41:41 +02:00
|
|
|
- name: Install knot
|
|
|
|
ansible.builtin.import_tasks: install.yml
|
2020-11-19 00:21:11 +01:00
|
|
|
tags:
|
2021-01-16 02:02:16 +01:00
|
|
|
- "role::knot"
|
|
|
|
- "role::knot:install"
|
2020-11-19 00:21:11 +01:00
|
|
|
|
2024-04-14 22:41:41 +02:00
|
|
|
- name: Configure knot
|
|
|
|
ansible.builtin.import_tasks: config.yml
|
2020-11-19 00:21:11 +01:00
|
|
|
tags:
|
2021-01-16 02:02:16 +01:00
|
|
|
- "role::knot"
|
|
|
|
- "role::knot:config"
|
2024-05-05 13:13:58 +02:00
|
|
|
- "role::knot:zones" # Backwards compat; this used to be a separate file
|