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