mirror of
https://github.com/roles-ansible/ansible_role_unbound.git
synced 2024-08-16 13:39:49 +02:00
5 lines
264 B
Text
5 lines
264 B
Text
{{ ansible_managed | comment }}
|
|
server:
|
|
# Perform cryptographic DNSSEC validation using the root trust anchor.
|
|
# File with trust anchor for one zone, which is tracked with RFC5011 probes.
|
|
auto-trust-anchor-file: "{{ unbound__auto_trust_anchor_file }}"
|