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
8
roles/auth-dns/handlers/main.yaml
Normal file
8
roles/auth-dns/handlers/main.yaml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
- tags: [ 02-auth-dns ]
|
||||
name: restart knot
|
||||
become: true
|
||||
notify: restart knot
|
||||
ansible.builtin.systemd:
|
||||
name: knot.service
|
||||
state: restarted
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue