summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-05-04 00:08:23 +0200
committerAhmed Abdelhalim <[email protected]>2026-05-04 00:34:16 +0200
commit2eace6a92436078e189d5961d2cdf5fa0522a5b3 (patch)
treee47120c3dff3bb0812ff4633e188210c40c51571
parent86a1f06f4a2779609ce69afc35e4b8d389326599 (diff)
Add pve host mapping
-rw-r--r--host_vars/pve.local.ymlbin0 -> 288 bytes
-rw-r--r--host_vars/pve.local.yml.example7
-rw-r--r--inventory/hosts.yml1
3 files changed, 8 insertions, 0 deletions
diff --git a/host_vars/pve.local.yml b/host_vars/pve.local.yml
new file mode 100644
index 00000000..d00c2d95
--- /dev/null
+++ b/host_vars/pve.local.yml
Binary files differ
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"
diff --git a/inventory/hosts.yml b/inventory/hosts.yml
index cb1a89ec..080c06fd 100644
--- a/inventory/hosts.yml
+++ b/inventory/hosts.yml
@@ -7,3 +7,4 @@ homelab:
macbook.local:
laptop.local:
rpi5.local:
+ pve.local: