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 --- roles/network/templates/eth0-connection.nmconnection.j2 | 2 +- roles/network/templates/wifi-connection.nmconnection.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'roles/network') diff --git a/roles/network/templates/eth0-connection.nmconnection.j2 b/roles/network/templates/eth0-connection.nmconnection.j2 index 493afdf7..b8205332 100644 --- a/roles/network/templates/eth0-connection.nmconnection.j2 +++ b/roles/network/templates/eth0-connection.nmconnection.j2 @@ -27,7 +27,7 @@ gateway={{ network_ipv6_gateway }} dns={{ network_ipv6_dns }} {% endif %} {% else %} -method=auto +method=disabled {% endif %} [proxy] diff --git a/roles/network/templates/wifi-connection.nmconnection.j2 b/roles/network/templates/wifi-connection.nmconnection.j2 index 0fd69cb1..88e1634b 100644 --- a/roles/network/templates/wifi-connection.nmconnection.j2 +++ b/roles/network/templates/wifi-connection.nmconnection.j2 @@ -35,7 +35,7 @@ gateway={{ network_ipv6_gateway }} dns={{ network_ipv6_dns }} {% endif %} {% else %} -method=auto +method=disabled {% endif %} [proxy] -- cgit v1.2.3