dns_resolver_conf/defaults/main.yml

13 lines
294 B
YAML
Raw Permalink Normal View History

2023-03-20 21:48:29 +00:00
---
# defaults file for dns_resolver_conf
dns_resolv_conf_disable_resolvectl: false
dns_resolv_conf_path: '/etc'
dns_resolv_conf_nameservers:
- "1.1.1.1"
- "8.8.8.8"
dns_resolv_conf_domain: ""
dns_resolv_conf_search:
- "local.lan"
dns_resolv_conf_sortlist: []
dns_resolv_conf_options: []