Refactored inventory by using templates and jobs-folders

This commit is contained in:
Francesco Zimbolo
2026-04-23 08:19:06 +00:00
parent 251a8f7f64
commit db98e3b172
2 changed files with 10 additions and 10 deletions

View File

@@ -0,0 +1,13 @@
all:
children:
proxmox:
hosts:
pve-node-01:
ansible_host: 10.191.25.21
priv_ip: 10.191.125.1
pve-node-02:
ansible_host: 10.191.25.22
priv_ip: 10.191.125.2
pve-node-03:
ansible_host: 10.191.25.23
priv_ip: 10.191.125.3