ansible-collection-nameserver/roles/knot/tasks/main.yml
2021-02-05 21:43:12 +01:00

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"