Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
ka
/
ansible-role-knot
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Pull-pyynnöt
0
Julkaisut
0
Wiki
Activity
Selaa lähdekoodia
some fixes
master
Markus Katharina Brechtel
7 vuotta sitten
vanhempi
16daf05eae
commit
76e159fca5
3 muutettua tiedostoa
jossa
20 lisäystä
ja
0 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
handlers/main.yml
+9
-0
tasks/configure.yml
+6
-0
templates/knot.conf.j2
+ 5
- 0
handlers/main.yml
Näytä tiedosto
@@ -5,3 +5,8 @@
name: knot
state: reloaded
listen: reload nameserver
- name: restart knot
service:
name: knot
state: restarted
+ 9
- 0
tasks/configure.yml
Näytä tiedosto
@@ -5,3 +5,12 @@
src: knot.conf.j2
dest: /etc/knot/knot.conf
notify: reload knot
- name: working directory
file:
path: /var/lib/knot
state: directory
owner: knot
group: knot
recurse: yes
notify: restart knot
+ 6
- 0
templates/knot.conf.j2
Näytä tiedosto
@@ -1,6 +1,12 @@
server:
{% if not nameserver_ips is defined%}
listen: 0.0.0.0@53
listen: ::@53
{% else %}
{% for ip in nameserver_ips %}
listen: {{ip|ipaddr('address')}}@53
{% endfor %}
{% endif %}
user: knot:knot
log:
Write
Preview
Loading…
Peruuta
Tallenna