Moved PVE Key
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
---
|
---
|
||||||
# Deployment Toggles
|
# 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
|
deploy_linstor: false # Set to true to install and configure Linstor/DRBD
|
||||||
|
|
||||||
# Proxmox Cluster Configuration
|
# Proxmox Cluster Configuration
|
||||||
pve_cluster_name: "example-cluster"
|
pve_cluster_name: "example-cluster"
|
||||||
pve_enterprise_key: "" # Leave empty to use non-subscription repos
|
|
||||||
|
|
||||||
# High Availability Controller Configuration
|
# High Availability Controller Configuration
|
||||||
ha_pool: "fast_pool_1"
|
ha_pool: "fast_pool_1"
|
||||||
|
|||||||
@@ -5,9 +5,12 @@ all:
|
|||||||
pve-node-01:
|
pve-node-01:
|
||||||
ansible_host: 192.168.1.1
|
ansible_host: 192.168.1.1
|
||||||
priv_ip: 192.168.2.1
|
priv_ip: 192.168.2.1
|
||||||
|
pve_enterprise_key: "pve1c-111111111111"
|
||||||
pve-node-02:
|
pve-node-02:
|
||||||
ansible_host: 192.168.1.1
|
ansible_host: 192.168.1.2
|
||||||
priv_ip: 192.168.2.1
|
priv_ip: 192.168.2.1
|
||||||
|
pve_enterprise_key: "pve1c-222222222222"
|
||||||
pve-node-03:
|
pve-node-03:
|
||||||
ansible_host: 192.168.1.3
|
ansible_host: 192.168.1.3
|
||||||
priv_ip: 192.168.2.3
|
priv_ip: 192.168.2.3
|
||||||
|
pve_enterprise_key: "pve1c-333333333333"
|
||||||
|
|||||||
Reference in New Issue
Block a user