summaryrefslogtreecommitdiffstats
path: root/host_vars/pve.local.yml.example
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/pve.local.yml.example
parentdd2aa1ba0384a6a883ac53248b054a8b401e327c (diff)
Fix ipv6 with examples
Diffstat (limited to 'host_vars/pve.local.yml.example')
-rw-r--r--host_vars/pve.local.yml.example3
1 files changed, 3 insertions, 0 deletions
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"