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

@@ -1,10 +1,10 @@
---
# Deployment Toggles
standalone_mode: true # Set to true to bypass all Corosync/Linstor tasks for independent nodes
deploy_linstor: false # Set to true to install and configure Linstor/DRBD
# Proxmox Cluster Configuration
pve_cluster_name: "example-cluster"
pve_enterprise_key: "" # Leave empty to use non-subscription repos
# High Availability Controller Configuration
ha_pool: "fast_pool_1"

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"