Files
proxmox-post-install/ansible/inventories/_template/hosts.yml.example
2026-04-23 08:19:47 +00:00

14 lines
307 B
Plaintext

all:
children:
proxmox:
hosts:
pve-node-01:
ansible_host: 192.168.1.1
priv_ip: 192.168.2.1
pve-node-02:
ansible_host: 192.168.1.1
priv_ip: 192.168.2.1
pve-node-03:
ansible_host: 192.168.1.3
priv_ip: 192.168.2.3