diff options
| author | Ahmed AbdelHalim <[email protected]> | 2026-07-07 12:28:16 +0200 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2026-07-07 12:28:16 +0200 |
| commit | c2f7417e4f76cd4230c950a7a91f068b3f21d76e (patch) | |
| tree | cb3e993d1cc8765c3de6a3fe3bb7324c3db0b346 /host_vars | |
| parent | cf18fb0b98aa470cafd1b49d4dd5cb76ca443c21 (diff) | |
Enable ipv6 on the rpi
Diffstat (limited to 'host_vars')
| -rw-r--r-- | host_vars/rpi5.local.yml | bin | 3281 -> 3654 bytes | |||
| -rw-r--r-- | host_vars/rpi5.local.yml.example | 3 |
2 files changed, 3 insertions, 0 deletions
diff --git a/host_vars/rpi5.local.yml b/host_vars/rpi5.local.yml Binary files differindex 0df665c9..109b4ad5 100644 --- a/host_vars/rpi5.local.yml +++ b/host_vars/rpi5.local.yml diff --git a/host_vars/rpi5.local.yml.example b/host_vars/rpi5.local.yml.example index 9e310e50..f93bc08e 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: "2a02:0000:0000:0000::254/64" +network_ipv6_gateway: "fe00::0000:0000:0000:0001" 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: "2a02:0000:0000:0000::/64" prometheus_host: "localhost" prometheus_port: 9090 |
