From c7df0c606fe22d537c45ea7b07f7958af6603598 Mon Sep 17 00:00:00 2001 From: cbeinhart Date: Wed, 29 Apr 2026 16:34:07 +0000 Subject: [PATCH] Add inventory/hosts.yml --- inventory/hosts.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 inventory/hosts.yml diff --git a/inventory/hosts.yml b/inventory/hosts.yml new file mode 100644 index 0000000..4447ac3 --- /dev/null +++ b/inventory/hosts.yml @@ -0,0 +1,9 @@ +all: + children: + proxmox_nodes: + hosts: + pve_host: + ansible_host: 10.10.100.200 # Your Management IP from the screenshot + service_vms: + hosts: + # New VMs will be added here by the agent \ No newline at end of file