diff options
Diffstat (limited to 'host_vars')
| -rw-r--r-- | host_vars/desktop.local.yml | bin | 1116 -> 1090 bytes | |||
| -rw-r--r-- | host_vars/desktop.local.yml.example | 3 | ||||
| -rw-r--r-- | host_vars/laptop.local.yml | bin | 1037 -> 1011 bytes | |||
| -rw-r--r-- | host_vars/laptop.local.yml.example | 3 | ||||
| -rw-r--r-- | host_vars/macbook.local.yml | bin | 1341 -> 1315 bytes | |||
| -rw-r--r-- | host_vars/macbook.local.yml.example | 3 | ||||
| -rw-r--r-- | host_vars/pve.local.yml | bin | 566 -> 540 bytes | |||
| -rw-r--r-- | host_vars/pve.local.yml.example | 3 | ||||
| -rw-r--r-- | host_vars/rpi5.local.yml | bin | 4118 -> 3910 bytes | |||
| -rw-r--r-- | host_vars/rpi5.local.yml.example | 4 |
10 files changed, 0 insertions, 16 deletions
diff --git a/host_vars/desktop.local.yml b/host_vars/desktop.local.yml Binary files differindex f479690d..86ef7da7 100644 --- a/host_vars/desktop.local.yml +++ b/host_vars/desktop.local.yml diff --git a/host_vars/desktop.local.yml.example b/host_vars/desktop.local.yml.example index cbafb889..35890e53 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_prefer_ipv4: true -# 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" go_versions: - "latest" diff --git a/host_vars/laptop.local.yml b/host_vars/laptop.local.yml Binary files differindex 4f4cd3f7..fbb83ac2 100644 --- a/host_vars/laptop.local.yml +++ b/host_vars/laptop.local.yml diff --git a/host_vars/laptop.local.yml.example b/host_vars/laptop.local.yml.example index 726fc4b1..e0b5e0d8 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_prefer_ipv4: true -# 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" python_versions: - "3.13.7" diff --git a/host_vars/macbook.local.yml b/host_vars/macbook.local.yml Binary files differindex 1b12390d..2a5b3172 100644 --- a/host_vars/macbook.local.yml +++ b/host_vars/macbook.local.yml diff --git a/host_vars/macbook.local.yml.example b/host_vars/macbook.local.yml.example index 95b4f191..264446c5 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_prefer_ipv4: true -# 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" go_versions: - "latest" diff --git a/host_vars/pve.local.yml b/host_vars/pve.local.yml Binary files differindex ae3a8293..214b6264 100644 --- a/host_vars/pve.local.yml +++ b/host_vars/pve.local.yml diff --git a/host_vars/pve.local.yml.example b/host_vars/pve.local.yml.example index 7bbaa914..cc872e67 100644 --- a/host_vars/pve.local.yml.example +++ b/host_vars/pve.local.yml.example @@ -5,10 +5,7 @@ network_wifi_pass: "" 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 network_bridge_interface: "eth0" -# 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" pve_admin_user: "admin" pve_admin_password: "changeme" diff --git a/host_vars/rpi5.local.yml b/host_vars/rpi5.local.yml Binary files differindex b21a2b17..d2ecdb2f 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 ecc3ca12..20d9d15e 100644 --- a/host_vars/rpi5.local.yml.example +++ b/host_vars/rpi5.local.yml.example @@ -2,9 +2,6 @@ network_interface: "eth0" network_ipv4_address: "10.0.0.254" network_ipv4_gateway: "10.0.0.1" -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" @@ -52,7 +49,6 @@ wireguard_connections: gateway_enabled: true gateway_router_interface: "{{ network_interface }}" gateway_local_ipv4_subnet: "10.0.0.0/24" -gateway_local_ipv6_subnet: "fd00:0000:0000:0000::/64" prometheus_host: "localhost" prometheus_port: 9090 |
