diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-07-21 23:38:24 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-07-21 23:38:24 +0200 |
| commit | 02d1b8dd81523cd4cba769e39b920d68bae0c728 (patch) | |
| tree | fb67f20f89d6fd4ba7688c92adeae6224f036bfa | |
| parent | af27ace6b4b99ee0e04ea6eec74fbd049ce12fc8 (diff) | |
Add missing vars and fix mappings in examples
| -rw-r--r-- | host_vars/pve.local.yml.example | 2 | ||||
| -rw-r--r-- | host_vars/rpi5.local.yml.example | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/host_vars/pve.local.yml.example b/host_vars/pve.local.yml.example index 07a002a3..7bbaa914 100644 --- a/host_vars/pve.local.yml.example +++ b/host_vars/pve.local.yml.example @@ -2,7 +2,7 @@ # Disable wifi connection on PVE, it's connected with LAN network_wifi_ssid: "" network_wifi_pass: "" -network_ipv4_address: "10.0.0.253" +network_ipv4_address: "10.0.0.250" network_ipv4_gateway: "10.0.0.254" network_ipv4_dns: "10.0.0.254" network_prefer_ipv4: true diff --git a/host_vars/rpi5.local.yml.example b/host_vars/rpi5.local.yml.example index 426b4154..6ba629c9 100644 --- a/host_vars/rpi5.local.yml.example +++ b/host_vars/rpi5.local.yml.example @@ -6,6 +6,8 @@ network_prefer_ipv4: false # Discover network_ipv6_gateway with: ip -6 route show default | grep ra (run on any device before disabling router RA) # network_ipv6_gateway: "fe80::0000:1111:2222:3333" +proxy_type: "caddy" + pihole_hostname: "dns.home.arpa" wg_portal_hostname: "vpn.home.arpa" grafana_hostname: "monitor.home.arpa" |
