16 lines
294 B
Django/Jinja
16 lines
294 B
Django/Jinja
{{ ansible_header | comment(decoration='// ') }}
|
|
|
|
// Consider adding the 1918 zones here, if they are not used in your
|
|
// organization
|
|
//include "/etc/bind/zones.rfc1918";
|
|
|
|
view "infra" {
|
|
match-clients { infra; };
|
|
recursion no;
|
|
|
|
zone "." {
|
|
type master;
|
|
file "/etc/bind/db.infra";
|
|
};
|
|
};
|