Create knot config dir
This commit is contained in:
parent
616a8d3792
commit
88fb581770
1 changed files with 8 additions and 0 deletions
|
@ -9,6 +9,14 @@
|
||||||
mode: 0640
|
mode: 0640
|
||||||
notify: reload knot
|
notify: reload knot
|
||||||
|
|
||||||
|
- name: create knot config directory
|
||||||
|
file:
|
||||||
|
path: /etc/knot/knot.d
|
||||||
|
state: directory
|
||||||
|
owner: knot
|
||||||
|
group: knot
|
||||||
|
mode: 0750
|
||||||
|
|
||||||
- name: render knot server config
|
- name: render knot server config
|
||||||
template:
|
template:
|
||||||
src: etc/knot/knot.d/00-server.conf.j2
|
src: etc/knot/knot.d/00-server.conf.j2
|
||||||
|
|
Loading…
Reference in a new issue