Moved PVE Key

This commit is contained in:
Francesco Zimbolo
2026-04-23 09:11:22 +00:00
parent 60a3a06d4d
commit 2cb457964c
2 changed files with 6 additions and 3 deletions

View File

@@ -5,9 +5,12 @@ all:
pve-node-01:
ansible_host: 192.168.1.1
priv_ip: 192.168.2.1
pve_enterprise_key: "pve1c-111111111111"
pve-node-02:
ansible_host: 192.168.1.1
ansible_host: 192.168.1.2
priv_ip: 192.168.2.1
pve_enterprise_key: "pve1c-222222222222"
pve-node-03:
ansible_host: 192.168.1.3
priv_ip: 192.168.2.3
pve_enterprise_key: "pve1c-333333333333"