Add local domain to resolver config
This commit is contained in:
parent
4f5dbee8ee
commit
a4be011884
|
@ -1,6 +1,7 @@
|
||||||
# DNS resolver configuration
|
# DNS resolver configuration
|
||||||
# {{ ansible_managed }}
|
# {{ ansible_managed }}
|
||||||
|
|
||||||
|
domain {{ local_domain }}
|
||||||
options timeout:1 attempts:3 rotate
|
options timeout:1 attempts:3 rotate
|
||||||
nameserver 8.8.8.8
|
nameserver 8.8.8.8
|
||||||
nameserver 8.8.4.4
|
nameserver 8.8.4.4
|
||||||
|
|
Loading…
Reference in New Issue