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
facd770f10
8 changed files with 110 additions and 0 deletions
|
|
@ -101,3 +101,8 @@
|
|||
|
||||
- name: Run ensure_eh22_styleguide_dir Playbook
|
||||
ansible.builtin.import_playbook: ensure_eh22_styleguide_dir.yaml
|
||||
|
||||
- name: Setup authoritative dns servers
|
||||
hosts: auth-dns
|
||||
roles:
|
||||
- auth-dns
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue