summaryrefslogtreecommitdiffstats
path: root/host_vars/desktop.local.yml.example
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-07-23 00:42:43 +0200
committerAhmed Abdelhalim <[email protected]>2026-07-23 00:42:43 +0200
commitff4eb129eea3f3743f82e5f1f7858d43625dba3d (patch)
treec737e5354cb0622f28db6565c3dfea445e389b06 /host_vars/desktop.local.yml.example
parentf7c8bd8143d6bc1e5b55bfd9591101ed41651d25 (diff)
Disable ipv6 completely and remove related code
Co-Authored-By: Claude.ai
Diffstat (limited to 'host_vars/desktop.local.yml.example')
-rw-r--r--host_vars/desktop.local.yml.example3
1 files changed, 0 insertions, 3 deletions
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"