unbound.conf.j2 403 B

1234567891011121314
  1. # {{ ansible_managed }}
  2. # See the unbound.conf(5) man page.
  3. #
  4. # See /usr/share/doc/unbound/examples/unbound.conf for a commented
  5. # reference config file.
  6. server:
  7. # The following line will configure unbound to perform cryptographic
  8. # DNSSEC validation using the root trust anchor.
  9. {% for include in unbound_conf_list.stdout_lines %}
  10. include: "/etc/unbound/conf.d/{{include}}"
  11. {% endfor %}