mirror of
https://github.com/roles-ansible/ansible_role_resolvconf.git
synced 2024-08-16 10:09:52 +02:00
17 lines
385 B
YAML
17 lines
385 B
YAML
---
|
|
resolvconf__mode: '0644'
|
|
resolveconf__immutable: false
|
|
# example config for /etc/resolv.conf
|
|
# resolvconf__nameservers:
|
|
# - "1.1.1.1"
|
|
# - "9.9.9.10"
|
|
# resolvconf__domain: "example.com"
|
|
# resolvconf__search:
|
|
# - "example.com"
|
|
# - "foo.local"
|
|
# resolvconf__options:
|
|
# - "timeout:2"
|
|
# - "rotate"
|
|
|
|
# should we do a version check? (recomended)
|
|
submodules_versioncheck: false
|