From 7fafda2dd930992ff9db50b176f2611365406ccb Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Mon, 15 Nov 2021 12:06:15 +0100 Subject: [PATCH] add a variable for the pihole password --- pihole/.env.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pihole/.env.j2 b/pihole/.env.j2 index 3ca5a05..df8214e 100644 --- a/pihole/.env.j2 +++ b/pihole/.env.j2 @@ -1,5 +1,5 @@ TZ=Europe/Zurich -WEBPASSWORD=password +WEBPASSWORD={{ pihole_web_password }} ServerIP=10.7.89.2 DNS1=185.95.218.42 DNS2=185.95.218.43