dns_resolver_conf/molecule/with_custom_config/group_vars/all.yml

13 lines
298 B
YAML
Raw Normal View History

2023-03-20 21:48:29 +00:00
---
dns_resolv_conf_disable_resolvectl: true
dns_resolv_conf_path: '/tmp'
dns_resolv_conf_nameservers:
- "10.1.20.53"
- "10.1.20.54"
dns_resolv_conf_domain: ""
dns_resolv_conf_search:
- "example.org"
- "az1.example.org"
dns_resolv_conf_sortlist: []
dns_resolv_conf_options: [edns0, rotate]