ansible-ffibk/roles/service-bind-slave/templates/named.conf.j2

12 lines
287 B
Plaintext
Raw Normal View History

2017-10-02 23:34:53 +02:00
//
// {{ ansible_managed }}
//
include "/etc/bind/named.conf.options";
include "/etc/bind/named.conf.default-zones";
include "/etc/bind/named.conf.logging";
{% for mesh in meshes %}
include "/etc/bind/named.conf.{{ mesh.site_code }}";
2017-10-02 23:34:53 +02:00
{% endfor %}
include "/etc/bind/named.conf.icvpn";