From b5860daf11ac353049cb1654b9414a129e5cfb96 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Wed, 13 May 2026 00:13:57 +0300 Subject: Rework --- roles/host/templates/etc_resolv.conf.j2 | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 roles/host/templates/etc_resolv.conf.j2 (limited to 'roles/host/templates/etc_resolv.conf.j2') diff --git a/roles/host/templates/etc_resolv.conf.j2 b/roles/host/templates/etc_resolv.conf.j2 new file mode 100644 index 0000000..b382ecf --- /dev/null +++ b/roles/host/templates/etc_resolv.conf.j2 @@ -0,0 +1,2 @@ +search {{ lan_search_domain }} +nameserver {{ dns_nameserver | default(lan_ipv4_gateway) }} -- cgit v1.3