summaryrefslogtreecommitdiffstats
path: root/host_vars
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-06-30 22:44:24 +0200
committerAhmed Abdelhalim <[email protected]>2026-06-30 22:44:24 +0200
commit497e8e4b1cc68ac16e267ff4208b8a3ecfd0043b (patch)
tree7678c0f18575cc9a3c1cb62f16e1867ae4c2630d /host_vars
parentdd2aa1ba0384a6a883ac53248b054a8b401e327c (diff)
Fix ipv6 with examples
Diffstat (limited to 'host_vars')
-rw-r--r--host_vars/desktop.local.ymlbin818 -> 961 bytes
-rw-r--r--host_vars/desktop.local.yml.example3
-rw-r--r--host_vars/laptop.local.ymlbin849 -> 992 bytes
-rw-r--r--host_vars/laptop.local.yml.example3
-rw-r--r--host_vars/macbook.local.ymlbin853 -> 996 bytes
-rw-r--r--host_vars/macbook.local.yml.example3
-rw-r--r--host_vars/pve.local.ymlbin671 -> 814 bytes
-rw-r--r--host_vars/pve.local.yml.example3
-rw-r--r--host_vars/rpi5.local.ymlbin3366 -> 3372 bytes
-rw-r--r--host_vars/rpi5.local.yml.example3
10 files changed, 15 insertions, 0 deletions
diff --git a/host_vars/desktop.local.yml b/host_vars/desktop.local.yml
index 9abcecf7..63194520 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 4f572cb9..c1b4aff9 100644
--- a/host_vars/desktop.local.yml.example
+++ b/host_vars/desktop.local.yml.example
@@ -3,6 +3,9 @@
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 18eabeb7..cf94da0c 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 9cb955be..eb20c712 100644
--- a/host_vars/laptop.local.yml.example
+++ b/host_vars/laptop.local.yml.example
@@ -3,6 +3,9 @@
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: "fe80::YOUR_ROUTER_LINK_LOCAL" # get from: ip -6 neigh show
+network_ipv6_dns: "fd5c:fd8b:2b8c::254"
python_versions:
- "3.13.7"
diff --git a/host_vars/macbook.local.yml b/host_vars/macbook.local.yml
index 0d1f1561..0d65fd89 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 daf29e30..344eefa1 100644
--- a/host_vars/macbook.local.yml.example
+++ b/host_vars/macbook.local.yml.example
@@ -3,6 +3,9 @@
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::203/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 f4357b62..c02cda9d 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 a77dd674..fa59020a 100644
--- a/host_vars/pve.local.yml.example
+++ b/host_vars/pve.local.yml.example
@@ -8,6 +8,9 @@ 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 62300332..e24fc01a 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 9e310e50..19201e12 100644
--- a/host_vars/rpi5.local.yml.example
+++ b/host_vars/rpi5.local.yml.example
@@ -2,6 +2,8 @@
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: "fe80::YOUR_ROUTER_LINK_LOCAL" # get from: ip -6 neigh show
pihole_hostname: "dns.home.arpa"
wg_portal_hostname: "vpn.home.arpa"
@@ -43,6 +45,7 @@ wireguard_connections:
gateway_enabled: true
gateway_router_interface: "{{ network_interface }}"
gateway_local_ipv4_subnet: "10.0.0.0/24"
+gateway_local_ipv6_subnet: "fd5c:fd8b:2b8c::/64"
prometheus_host: "localhost"
prometheus_port: 9090