mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-14 22:36:05 +02:00
12 lines
337 B
YAML
12 lines
337 B
YAML
SYN_DNS_PARENT_HOSTS_RECORDS: >-
|
|
{{ CURRENT_PLAY_DOMAINS_ALL
|
|
| parent_build_records(
|
|
PRIMARY_DOMAIN,
|
|
defaults_networks.internet.ip4,
|
|
(defaults_networks.internet.ip6 | default('')),
|
|
parent_dns_proxied,
|
|
(parent_dns_domains | default([])),
|
|
True,
|
|
2
|
|
)
|
|
}} |