Move to static DNS servers and use DoT
This now affects only Fedora and OpenBSD hosts
This commit is contained in:
parent
21e0c49593
commit
6cba945cb8
6 changed files with 10 additions and 9 deletions
|
@ -31,5 +31,10 @@ boot_url: https://boot.foo.sh
|
|||
# ssh public keys for logsync user
|
||||
logsync_publickeys: "{{ lookup('file', '../files/ssh/logsync.pub') }}"
|
||||
|
||||
# default name servers
|
||||
network_dns_servers:
|
||||
- 8.8.8.8
|
||||
- 8.8.4.4
|
||||
|
||||
# hardcode this for now
|
||||
ansible_datacenter: home
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue