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
11
roles/auth-dns/tasks/02-configure.yaml
Normal file
11
roles/auth-dns/tasks/02-configure.yaml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
- tags: [ auth-dns ]
|
||||
name: Deploy knot configuration file
|
||||
become: true
|
||||
notify: restart knot
|
||||
ansible.builtin.template:
|
||||
src: knot.conf.j2
|
||||
dest: /etc/knot/knot.conf
|
||||
owner: knot
|
||||
group: knot
|
||||
mode: u=rw,g=r,o=
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue