summaryrefslogtreecommitdiffstats
path: root/host_vars/pve.local.yml.example
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
commit70d45f299bf3dfc03dafe36701d746c5213f44cd (patch)
treee17870e32c1ba00bc173c6c2228d3b147abedac0 /host_vars/pve.local.yml.example
parentb7cd6def36a14ac7db659510aac4e02ac5b76ce8 (diff)
Disable ipv6 by defaults
Since ipv6 seems to be causing a lot of issues with the new ISP
Diffstat (limited to 'host_vars/pve.local.yml.example')
-rw-r--r--host_vars/pve.local.yml.example3
1 files changed, 0 insertions, 3 deletions
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"