add barebones knot config
This configuration does not yet do much but it provisions a knot server that runs.
This commit is contained in:
parent
d9fc1ef401
commit
2a3a2de38d
8 changed files with 116 additions and 0 deletions
3
roles/auth-dns/tasks/main.yaml
Normal file
3
roles/auth-dns/tasks/main.yaml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
- ansible.builtin.import_tasks: 01-install.yaml # noqa: name[missing]
|
||||
- ansible.builtin.import_tasks: 02-configure.yaml # noqa: name[missing]
|
||||
Loading…
Add table
Add a link
Reference in a new issue