unbound(role): use existing deploy_systemd_resolved_config role and some reordering
This commit is contained in:
parent
a19262eae0
commit
0a74ac02c2
5 changed files with 22 additions and 29 deletions
9
roles/unbound/vars/deploy_systemd_resolved_config.yaml
Normal file
9
roles/unbound/vars/deploy_systemd_resolved_config.yaml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
deploy_systemd_resolved_config__enable: false
|
||||
deploy_systemd_resolved_config__dns:
|
||||
- 127.0.0.1
|
||||
deploy_systemd_resolved_config__fallback_dns: # Fux DNS Server
|
||||
- 185.161.128.66
|
||||
- 2a07:c481:0:4::2
|
||||
- 185.161.128.67
|
||||
- 2a07:c481:0:4::3
|
||||
Loading…
Add table
Add a link
Reference in a new issue