--- dns_stack_path: "{{ stacks_base_path }}/dns" dns_corefile_template: "{{ role_path }}/../../templates/dns-Corefile.j2" dns_forwarders: - 1.1.1.1 - 8.8.8.8 dns_records: - host: "grafana.{{ app_domain }}" address: "{{ wireguard_server_ip_default | default('10.8.0.1') }}"