summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-06-30 14:05:55 +0200
committerAhmed Abdelhalim <[email protected]>2026-06-30 16:37:42 +0200
commit54ab1be22f4142f6b9fac050fccbec51ba3e9ffe (patch)
treee17870e32c1ba00bc173c6c2228d3b147abedac0
parenta3c687dde49fbf31b7049fca9eeb7981a8118cb2 (diff)
Disable ipv6 by defaults
Since ipv6 seems to be causing a lot of issues with the new ISP
-rw-r--r--host_vars/desktop.local.ymlbin964 -> 818 bytes
-rw-r--r--host_vars/desktop.local.yml.example3
-rw-r--r--host_vars/laptop.local.ymlbin995 -> 849 bytes
-rw-r--r--host_vars/laptop.local.yml.example3
-rw-r--r--host_vars/macbook.local.ymlbin999 -> 853 bytes
-rw-r--r--host_vars/macbook.local.yml.example3
-rw-r--r--host_vars/pve.local.ymlbin817 -> 671 bytes
-rw-r--r--host_vars/pve.local.yml.example3
-rw-r--r--host_vars/rpi5.local.ymlbin3388 -> 3272 bytes
-rw-r--r--host_vars/rpi5.local.yml.example2
-rw-r--r--roles/network/templates/eth0-connection.nmconnection.j22
-rw-r--r--roles/network/templates/wifi-connection.nmconnection.j22
-rw-r--r--roles/pihole/README.md1
13 files changed, 2 insertions, 17 deletions
diff --git a/host_vars/desktop.local.yml b/host_vars/desktop.local.yml
index 4ba6bcf4..9abcecf7 100644
--- a/host_vars/desktop.local.yml
+++ b/host_vars/desktop.local.yml
Binary files differ
diff --git a/host_vars/desktop.local.yml.example b/host_vars/desktop.local.yml.example
index c1b4aff9..4f572cb9 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_ipv6_address: "fd5c:fd8b:2b8c::201/64"
-network_ipv6_gateway: "fd5c:fd8b:2b8c::254"
-network_ipv6_dns: "fd5c:fd8b:2b8c::254"
go_versions:
- "latest"
diff --git a/host_vars/laptop.local.yml b/host_vars/laptop.local.yml
index 9063ae2f..18eabeb7 100644
--- a/host_vars/laptop.local.yml
+++ b/host_vars/laptop.local.yml
Binary files differ
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"
diff --git a/host_vars/macbook.local.yml b/host_vars/macbook.local.yml
index 7f498a59..0d1f1561 100644
--- a/host_vars/macbook.local.yml
+++ b/host_vars/macbook.local.yml
Binary files differ
diff --git a/host_vars/macbook.local.yml.example b/host_vars/macbook.local.yml.example
index a7fbcad8..daf29e30 100644
--- a/host_vars/macbook.local.yml.example
+++ b/host_vars/macbook.local.yml.example
@@ -3,9 +3,6 @@
network_ipv4_address: "10.0.0.203"
network_ipv4_gateway: "10.0.0.254"
network_ipv4_dns: "10.0.0.254"
-network_ipv6_address: "fd5c:fd8b:2b8c::200/64"
-network_ipv6_gateway: "fd5c:fd8b:2b8c::254"
-network_ipv6_dns: "fd5c:fd8b:2b8c::254"
go_versions:
- "latest"
diff --git a/host_vars/pve.local.yml b/host_vars/pve.local.yml
index f907eca8..f4357b62 100644
--- a/host_vars/pve.local.yml
+++ b/host_vars/pve.local.yml
Binary files differ
diff --git a/host_vars/pve.local.yml.example b/host_vars/pve.local.yml.example
index fa59020a..a77dd674 100644
--- a/host_vars/pve.local.yml.example
+++ b/host_vars/pve.local.yml.example
@@ -8,9 +8,6 @@ ansible_ssh_extra_args: "-4"
network_ipv4_address: "10.0.0.253"
network_ipv4_gateway: "10.0.0.254"
network_ipv4_dns: "10.0.0.254"
-network_ipv6_address: "fd5c:fd8b:2b8c::253/64"
-network_ipv6_gateway: "fd5c:fd8b:2b8c::254"
-network_ipv6_dns: "fd5c:fd8b:2b8c::254"
restic_version: "0.19.0"
diff --git a/host_vars/rpi5.local.yml b/host_vars/rpi5.local.yml
index aa66bcf5..c27bb139 100644
--- a/host_vars/rpi5.local.yml
+++ b/host_vars/rpi5.local.yml
Binary files differ
diff --git a/host_vars/rpi5.local.yml.example b/host_vars/rpi5.local.yml.example
index a4360b37..9e310e50 100644
--- a/host_vars/rpi5.local.yml.example
+++ b/host_vars/rpi5.local.yml.example
@@ -2,8 +2,6 @@
network_interface: "eth0"
network_ipv4_address: "10.0.0.254"
network_ipv4_gateway: "10.0.0.1"
-network_ipv6_address: "fd5c:fd8b:2b8c::254/64"
-network_ipv6_gateway: "fd5c:fd8b:2b8c::1"
pihole_hostname: "dns.home.arpa"
wg_portal_hostname: "vpn.home.arpa"
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]
diff --git a/roles/pihole/README.md b/roles/pihole/README.md
index 474e15af..7cc8033d 100644
--- a/roles/pihole/README.md
+++ b/roles/pihole/README.md
@@ -31,6 +31,5 @@ Update the following
- Internet > Account Information > IPv6 > IPv6 Support > Disabled
- Internet > Account Information > DNS Server > DNSv4 Server >
- Use Other DNSv4 Servers > {{ pihole_ipv4 }}
- - Use Other DNSv6 Servers > {{ pihole_ipv6 }}
- Internet > Filter > Unrestricted > Add Device > {{ pihole_device_name }}
- Internet > Filter > Standard > Restrictions > Filters > Add Exception > DNS