From 2eace6a92436078e189d5961d2cdf5fa0522a5b3 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 4 May 2026 00:08:23 +0200 Subject: Add pve host mapping --- host_vars/pve.local.yml.example | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 host_vars/pve.local.yml.example (limited to 'host_vars/pve.local.yml.example') diff --git a/host_vars/pve.local.yml.example b/host_vars/pve.local.yml.example new file mode 100644 index 00000000..fb84134a --- /dev/null +++ b/host_vars/pve.local.yml.example @@ -0,0 +1,7 @@ +--- +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" -- cgit v1.2.3