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