ansible-collection-nameserver/roles/knot/tasks/main.yml

20 lines
364 B
YAML
Raw Normal View History

2020-11-19 00:21:11 +01: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
- name: Render zonefiles
ansible.builtin.import_tasks: zones.yml
2021-02-05 21:43:12 +01:00
tags:
- "role::knot"
- "role::knot:zones"
- 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"