diff --git a/roles/base/templates/etc/resolv.conf.j2 b/roles/base/templates/etc/resolv.conf.j2 index f072c6a..7af2b16 100644 --- a/roles/base/templates/etc/resolv.conf.j2 +++ b/roles/base/templates/etc/resolv.conf.j2 @@ -1,6 +1,7 @@ # DNS resolver configuration # {{ ansible_managed }} +domain {{ local_domain }} options timeout:1 attempts:3 rotate nameserver 8.8.8.8 nameserver 8.8.4.4