summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmed AbdelHalim <[email protected]>2026-07-03 13:44:42 +0200
committerAhmed AbdelHalim <[email protected]>2026-07-03 13:44:42 +0200
commit0e8eaf33ae78ea5976d8d025588e91a4ab750c45 (patch)
tree957553a6a14d74548fc8c4ab36c5792959dc1917
parentd3431c8716c7c32af743a0f0c9473c2cbd30f566 (diff)
Disable unstable ipv6 setup for now
-rw-r--r--host_vars/desktop.local.ymlbin961 -> 818 bytes
-rw-r--r--host_vars/desktop.local.yml.example3
-rw-r--r--host_vars/laptop.local.ymlbin992 -> 849 bytes
-rw-r--r--host_vars/laptop.local.yml.example3
-rw-r--r--host_vars/macbook.local.ymlbin996 -> 853 bytes
-rw-r--r--host_vars/macbook.local.yml.example3
-rw-r--r--host_vars/pve.local.ymlbin880 -> 737 bytes
-rw-r--r--host_vars/pve.local.yml.example3
-rw-r--r--host_vars/rpi5.local.ymlbin3435 -> 3281 bytes
-rw-r--r--host_vars/rpi5.local.yml.example3
-rw-r--r--roles/pihole/README.md6
11 files changed, 5 insertions, 16 deletions
diff --git a/host_vars/desktop.local.yml b/host_vars/desktop.local.yml
index 63194520..9abcecf7 100644
--- a/host_vars/desktop.local.yml
+++ b/host_vars/desktop.local.yml
Binary files differ
diff --git a/host_vars/desktop.local.yml.example b/host_vars/desktop.local.yml.example
index c1b4aff9..4f572cb9 100644
--- a/host_vars/desktop.local.yml.example
+++ b/host_vars/desktop.local.yml.example
@@ -3,9 +3,6 @@
network_ipv4_address: "10.0.0.201"
network_ipv4_gateway: "10.0.0.254"
network_ipv4_dns: "10.0.0.254"
-network_ipv6_address: "fd5c:fd8b:2b8c::201/64"
-network_ipv6_gateway: "fd5c:fd8b:2b8c::254"
-network_ipv6_dns: "fd5c:fd8b:2b8c::254"
go_versions:
- "latest"
diff --git a/host_vars/laptop.local.yml b/host_vars/laptop.local.yml
index cf94da0c..18eabeb7 100644
--- a/host_vars/laptop.local.yml
+++ b/host_vars/laptop.local.yml
Binary files differ
diff --git a/host_vars/laptop.local.yml.example b/host_vars/laptop.local.yml.example
index eb20c712..9cb955be 100644
--- a/host_vars/laptop.local.yml.example
+++ b/host_vars/laptop.local.yml.example
@@ -3,9 +3,6 @@
network_ipv4_address: "10.0.0.202"
network_ipv4_gateway: "10.0.0.1"
network_ipv4_dns: "10.0.0.1"
-network_ipv6_address: "fd5c:fd8b:2b8c::202/64"
-network_ipv6_gateway: "fe80::YOUR_ROUTER_LINK_LOCAL" # get from: ip -6 neigh show
-network_ipv6_dns: "fd5c:fd8b:2b8c::254"
python_versions:
- "3.13.7"
diff --git a/host_vars/macbook.local.yml b/host_vars/macbook.local.yml
index 0d65fd89..0d1f1561 100644
--- a/host_vars/macbook.local.yml
+++ b/host_vars/macbook.local.yml
Binary files differ
diff --git a/host_vars/macbook.local.yml.example b/host_vars/macbook.local.yml.example
index 344eefa1..daf29e30 100644
--- a/host_vars/macbook.local.yml.example
+++ b/host_vars/macbook.local.yml.example
@@ -3,9 +3,6 @@
network_ipv4_address: "10.0.0.203"
network_ipv4_gateway: "10.0.0.254"
network_ipv4_dns: "10.0.0.254"
-network_ipv6_address: "fd5c:fd8b:2b8c::203/64"
-network_ipv6_gateway: "fd5c:fd8b:2b8c::254"
-network_ipv6_dns: "fd5c:fd8b:2b8c::254"
go_versions:
- "latest"
diff --git a/host_vars/pve.local.yml b/host_vars/pve.local.yml
index 74e4714a..ce9097fc 100644
--- a/host_vars/pve.local.yml
+++ b/host_vars/pve.local.yml
Binary files differ
diff --git a/host_vars/pve.local.yml.example b/host_vars/pve.local.yml.example
index 182eb39e..def72e3b 100644
--- a/host_vars/pve.local.yml.example
+++ b/host_vars/pve.local.yml.example
@@ -8,9 +8,6 @@ ansible_ssh_extra_args: "-4"
network_ipv4_address: "10.0.0.253"
network_ipv4_gateway: "10.0.0.254"
network_ipv4_dns: "10.0.0.254"
-network_ipv6_address: "fd5c:fd8b:2b8c::253/64"
-network_ipv6_gateway: "fd5c:fd8b:2b8c::254"
-network_ipv6_dns: "fd5c:fd8b:2b8c::254"
restic_version: "0.19.0"
diff --git a/host_vars/rpi5.local.yml b/host_vars/rpi5.local.yml
index 831263f5..0df665c9 100644
--- a/host_vars/rpi5.local.yml
+++ b/host_vars/rpi5.local.yml
Binary files differ
diff --git a/host_vars/rpi5.local.yml.example b/host_vars/rpi5.local.yml.example
index 19201e12..9e310e50 100644
--- a/host_vars/rpi5.local.yml.example
+++ b/host_vars/rpi5.local.yml.example
@@ -2,8 +2,6 @@
network_interface: "eth0"
network_ipv4_address: "10.0.0.254"
network_ipv4_gateway: "10.0.0.1"
-network_ipv6_address: "fd5c:fd8b:2b8c::254/64"
-network_ipv6_gateway: "fe80::YOUR_ROUTER_LINK_LOCAL" # get from: ip -6 neigh show
pihole_hostname: "dns.home.arpa"
wg_portal_hostname: "vpn.home.arpa"
@@ -45,7 +43,6 @@ wireguard_connections:
gateway_enabled: true
gateway_router_interface: "{{ network_interface }}"
gateway_local_ipv4_subnet: "10.0.0.0/24"
-gateway_local_ipv6_subnet: "fd5c:fd8b:2b8c::/64"
prometheus_host: "localhost"
prometheus_port: 9090
diff --git a/roles/pihole/README.md b/roles/pihole/README.md
index 26ce2d4e..225fa8f9 100644
--- a/roles/pihole/README.md
+++ b/roles/pihole/README.md
@@ -37,7 +37,7 @@ This role configure the [pihole](https://github.com/pi-hole/pi-hole) DNS Sinkhol
- Internet > Account Information > DNS Server > DNSv4 Server > Use Other DNSv4 Servers > {{ pihole_ipv4 }}
-#### No IPv6 Support
+#### No IPv6 Support (default)
- Home Network > Network > Network Settings > Change Advanced Network Settings > IPv6 >
- Router advertisement enable in the LAN > ❌
@@ -47,6 +47,10 @@ This role configure the [pihole](https://github.com/pi-hole/pi-hole) DNS Sinkhol
#### With IPv6 Support
+> **Note:** Full IPv6 gateway support (all devices including WiFi) requires FritzBox to be the IPv6 border
+> router. Pi can only act as IPv6 gateway for wired hosts with static `network_ipv6_gateway` config.
+> radvd is deployed by the `gateway` role when `network_ipv6_address` is defined on the Pi.
+
- Home Network > Network > Network Settings > Change Advanced Network Settings > IPv6 >
- Router advertisement enable in the LAN > ❌
- DNSv6 Server in the Home Network >