diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-06-30 22:44:24 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-06-30 22:44:24 +0200 |
| commit | 497e8e4b1cc68ac16e267ff4208b8a3ecfd0043b (patch) | |
| tree | 7678c0f18575cc9a3c1cb62f16e1867ae4c2630d /host_vars/rpi5.local.yml.example | |
| parent | dd2aa1ba0384a6a883ac53248b054a8b401e327c (diff) | |
Fix ipv6 with examples
Diffstat (limited to 'host_vars/rpi5.local.yml.example')
| -rw-r--r-- | host_vars/rpi5.local.yml.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/host_vars/rpi5.local.yml.example b/host_vars/rpi5.local.yml.example index 9e310e50..19201e12 100644 --- a/host_vars/rpi5.local.yml.example +++ b/host_vars/rpi5.local.yml.example @@ -2,6 +2,8 @@ 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" @@ -43,6 +45,7 @@ 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 |
