From 16b1ce13428ce68be9a8ee21b666bd3b5a8998f2 Mon Sep 17 00:00:00 2001
From: jabertwo <git@jabertwo.de>
Date: Wed, 26 Mar 2025 23:24:32 +0100
Subject: [PATCH] pihole vm ipv6

---
 host_vars/pihole | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/host_vars/pihole b/host_vars/pihole
index bc9f1803..1ec86c86 100644
--- a/host_vars/pihole
+++ b/host_vars/pihole
@@ -4,6 +4,7 @@
 motd_lines:
   - "pihole - Interner pihole DNS @ warpzone"
   - "Haupt-IP @ eth0: {{ansible_eth0.ipv4.address}}"
+  - "IPv6-IP @ eth0: {{ ext_ip6 }}"
 
 debian_sources:
   - "deb http://ftp2.de.debian.org/debian/ bookworm main contrib non-free non-free-firmware"
@@ -19,7 +20,7 @@ debian_keys_url:
 
 # Primäre IP Adressen des Hosts
 #ext_ip4: <keine>
-#ext_ip6: <keine>
+ext_ip6: 2a02:1799:7:1337::2
 int_ip4: 10.0.0.2
 
 
-- 
GitLab