ansible-ffibk/roles/service-bind-slave/templates/named.conf.j2
Tobias Hachmer 869dd5b62a
Migrate internal DNS master to PowerDNS
* Add playbook dns to manage internal dns master servers
 * Add role to manage PowerDNS Admin Web Frontend for PowerDNS
 * Move dns zone related data from mesh list to a simpler dict with a simple zone list
 * Update role service-bind-slave
 * Update Readme.md
 * Add requirements.yml
 * Update .gitignore
2019-03-20 19:43:11 +01:00

10 lines
240 B
Django/Jinja

//
// {{ ansible_managed }}
//
include "/etc/bind/named.conf.options";
include "/etc/bind/named.conf.default-zones";
include "/etc/bind/named.conf.ffmwu-zones";
include "/etc/bind/named.conf.logging";
include "/etc/bind/named.conf.icvpn";