diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-09-12 01:02:15 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-09-12 01:02:15 +0200 |
| commit | 6b364ae9a60904126511895d05462a85bf4abe8e (patch) | |
| tree | bacf7ab6bf041170623372de80ddf7ddecaf7174 /host_vars/archlinux.local.yml.example | |
| parent | ef4c876c435a06184c799bc8d403e53a7c0e233a (diff) | |
Update example/test variables
Diffstat (limited to 'host_vars/archlinux.local.yml.example')
| -rw-r--r-- | host_vars/archlinux.local.yml.example | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/host_vars/archlinux.local.yml.example b/host_vars/archlinux.local.yml.example index c31bef97..85a11502 100644 --- a/host_vars/archlinux.local.yml.example +++ b/host_vars/archlinux.local.yml.example @@ -1,11 +1,11 @@ --- # Using raspberry pi as gateway (VPN) and DNS sinkhole (pihole) network_ipv4_address: "10.0.0.201" -network_ipv4_gateway: "10.0.0.200" -network_ipv4_dns: "10.0.0.200" +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::200" -network_ipv6_dns: "fd5c:fd8b:2b8c::200" +network_ipv6_gateway: "fd5c:fd8b:2b8c::254" +network_ipv6_dns: "fd5c:fd8b:2b8c::254" wireguard_connections: wg-vpn1: | |
