From 54ab1be22f4142f6b9fac050fccbec51ba3e9ffe Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Tue, 30 Jun 2026 14:05:55 +0200 Subject: Disable ipv6 by defaults Since ipv6 seems to be causing a lot of issues with the new ISP --- host_vars/laptop.local.yml.example | 3 --- 1 file changed, 3 deletions(-) (limited to 'host_vars/laptop.local.yml.example') diff --git a/host_vars/laptop.local.yml.example b/host_vars/laptop.local.yml.example index f93ecd3b..9cb955be 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_ipv6_address: "fd5c:fd8b:2b8c::202/64" -network_ipv6_gateway: "fd5c:fd8b:2b8c::1" -network_ipv6_dns: "fd5c:fd8b:2b8c::1" python_versions: - "3.13.7" -- cgit v1.2.3