Add local domain to resolver config
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user