From 497e8e4b1cc68ac16e267ff4208b8a3ecfd0043b Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Tue, 30 Jun 2026 22:44:24 +0200 Subject: Fix ipv6 with examples --- host_vars/desktop.local.yml.example | 3 +++ 1 file changed, 3 insertions(+) (limited to 'host_vars/desktop.local.yml.example') 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" -- cgit v1.2.3