summaryrefslogtreecommitdiffstats
path: root/host_vars/laptop.local.yml.example
diff options
context:
space:
mode:
Diffstat (limited to 'host_vars/laptop.local.yml.example')
-rw-r--r--host_vars/laptop.local.yml.example3
1 files changed, 3 insertions, 0 deletions
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"