12 lines
287 B
Text
12 lines
287 B
Text
|
//
|
||
|
// {{ 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 }}";
|
||
|
{% endfor %}
|
||
|
include "/etc/bind/named.conf.icvpn";
|