{% import 'named.conf.functions.j2' as functions with context %} {{ ansible_managed | comment }} {% if item.options is defined and item.options %} {% include 'named.conf.options.j2' %} {% endif %} {% if item.acl is defined and item.acl %} {% include 'named.conf.acl.j2' %} {% endif %} {% if item.primaries is defined and item.primaries %} {% include 'named.conf.primaries.j2' %} {% endif %} {% if item.controls is defined and item.controls %} {% include 'named.conf.controls.j2' %} {% endif %} {% if item.include is defined and item.include %} {% include 'named.conf.include.j2' %} {% endif %} {% if item.dlz is defined and item.dlz %} {% include 'named.conf.dlz.j2' %} {% endif %} {% if item.dnssec_policy is defined and item.dnssec_policy %} {% include 'named.conf.dnssec-policy.j2' %} {% endif %} {% if item.dyndb is defined and item.dyndb %} {% include 'named.conf.dyndb.j2' %} {% endif %} {% if item.http is defined and item.http %} {% include 'named.conf.http.j2' %} {% endif %} {% if item.keylist is defined and item.keylist %} {% include 'named.conf.key.j2' %} {% endif %} {% if item.logging is defined and item.logging %} {% include 'named.conf.logging.j2' %} {% endif %} {% if item.parental_agents is defined and item.parental_agents %} {% include 'named.conf.parental-agents.j2' %} {% endif %} {% if item.server is defined and item.server %} {% include 'named.conf.server.j2' %} {% endif %} {% if item.statistics_channels is defined and item.statistics_channels %} {% include 'named.conf.statistics-channels.j2' %} {% endif %} {% if item.tls is defined and item.tls %} {% include 'named.conf.tls.j2' %} {% endif %} {% if item.trust_anchors is defined and item.trust_anchors %} {% include 'named.conf.trust-anchors.j2' %} {% endif %} {% if item.zones is defined and item.zones %} {% include 'named.conf.zone.j2' %} {% endif %} {% if item.view is defined and item.view %} {% include 'named.conf.view.j2' %} {% endif %} {% if item.remote_servers is defined and item.remote_servers %} {% include 'named.conf.remote-servers.j2' %} {% endif %}