diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-07-10 19:58:15 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-07-12 22:05:17 +0200 |
| commit | 066c71e7863dbcf14322c36cbea649778601f7de (patch) | |
| tree | 81111c57d6ca3647f31a974541cb7c67d481bba6 /host_vars/desktop.local.yml.example | |
| parent | afc6aab3497d086ee8c7f00db0336a17212c56c9 (diff) | |
Configure preference of ip family (ipv4 > ipv6)
Diffstat (limited to 'host_vars/desktop.local.yml.example')
| -rw-r--r-- | host_vars/desktop.local.yml.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host_vars/desktop.local.yml.example b/host_vars/desktop.local.yml.example index d24dcff2..c8dd0be1 100644 --- a/host_vars/desktop.local.yml.example +++ b/host_vars/desktop.local.yml.example @@ -3,6 +3,7 @@ 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" |
