19 lines
316 B
YAML
19 lines
316 B
YAML
---
|
|
|
|
- name: install knot
|
|
import_tasks: install.yml
|
|
tags:
|
|
- "role::knot"
|
|
- "role::knot:install"
|
|
|
|
- name: render zonefiles
|
|
import_tasks: zones.yml
|
|
tags:
|
|
- "role::knot"
|
|
- "role::knot:zones"
|
|
|
|
- name: configure knot
|
|
import_tasks: config.yml
|
|
tags:
|
|
- "role::knot"
|
|
- "role::knot:config"
|