Jeremy Lecour
8cbe837147
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
* queries log can be enabled or disabled * split tasks * check if AppArmor is present * don't install Munin plugin whose data file is not present * remove example ACL in authoritative configuration
17 lines
411 B
Django/Jinja
17 lines
411 B
Django/Jinja
[bind*]
|
|
user root
|
|
|
|
{% if bind_query_file_enabled | bool %}
|
|
{% if bind_chroot_set | bool %}
|
|
env.logfile {{ bind_chroot_path }}{{ bind_query_file }}
|
|
{% else %}
|
|
env.logfile {{ bind_query_file }}
|
|
{% endif %}
|
|
{% endif %}
|
|
|
|
{% if bind_authoritative_server %}
|
|
env.querystats {% if bind_chroot_set %}{{ bind_chroot_path }}{% endif %}{{ bind_statistics_file }}
|
|
{% endif %}
|
|
|
|
env.MUNIN_PLUGSTATE /var/lib/munin
|
|
timeout 120
|