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";
|
2017-10-06 22:58:00 +02:00
|
|
|
{% 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";
|