diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-07-23 00:42:43 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-07-23 00:42:43 +0200 |
| commit | ff4eb129eea3f3743f82e5f1f7858d43625dba3d (patch) | |
| tree | c737e5354cb0622f28db6565c3dfea445e389b06 /host_vars/laptop.local.yml.example | |
| parent | f7c8bd8143d6bc1e5b55bfd9591101ed41651d25 (diff) | |
Disable ipv6 completely and remove related code
Co-Authored-By: Claude.ai
Diffstat (limited to 'host_vars/laptop.local.yml.example')
| -rw-r--r-- | host_vars/laptop.local.yml.example | 3 |
1 files changed, 0 insertions, 3 deletions
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" |
