2020-11-19 00:21:11 +01:00
|
|
|
---
|
|
|
|
|
|
|
|
- name: install knot
|
|
|
|
import_tasks: install.yml
|
|
|
|
tags:
|
2021-01-16 02:02:16 +01:00
|
|
|
- "role::knot"
|
|
|
|
- "role::knot:install"
|
2020-11-19 00:21:11 +01:00
|
|
|
|
2021-02-05 21:43:12 +01:00
|
|
|
- name: render zonefiles
|
|
|
|
import_tasks: zones.yml
|
|
|
|
tags:
|
|
|
|
- "role::knot"
|
|
|
|
- "role::knot:zones"
|
|
|
|
|
2020-11-19 00:21:11 +01:00
|
|
|
- name: configure knot
|
|
|
|
import_tasks: config.yml
|
|
|
|
tags:
|
2021-01-16 02:02:16 +01:00
|
|
|
- "role::knot"
|
|
|
|
- "role::knot:config"
|