Initial commit
This commit is contained in:
37
ansible/group_vars/all.yml
Normal file
37
ansible/group_vars/all.yml
Normal file
@@ -0,0 +1,37 @@
|
||||
---
|
||||
# Deployment Toggles
|
||||
deploy_linstor: false # Set to true to install and configure Linstor/DRBD
|
||||
|
||||
# Proxmox Cluster Configuration
|
||||
pve_cluster_name: "prod-cluster"
|
||||
pve_enterprise_key: "" # Leave empty ("") to use no-subscription, or insert "PVE..." key
|
||||
|
||||
# High Availability Controller Configuration
|
||||
ha_pool: "fast_pool_1"
|
||||
ha_vip: "10.191.125.4"
|
||||
ha_vip_cidr: "29"
|
||||
|
||||
# Linstor Storage Pools Configuration
|
||||
linstor_storage_pools:
|
||||
- pool_name: "fast_pool_1"
|
||||
rg_name: "fast_pool_1"
|
||||
vg_name: "pve"
|
||||
thin_name: "data"
|
||||
# TARGET RULES:
|
||||
# Use raw disk (/dev/sdb) to wipe/create LVM
|
||||
# Use existing thin-pool path (pve/data) to register safely
|
||||
targets:
|
||||
pve-node-01: "pve/data"
|
||||
pve-node-02: "pve/data"
|
||||
pve-node-03: "pve/data"
|
||||
- pool_name: "slow_pool_1"
|
||||
rg_name: "slow_pool_1"
|
||||
vg_name: "sp1"
|
||||
thin_name: "data"
|
||||
# TARGET RULES:
|
||||
# Use raw disk (/dev/sdb) to wipe/create LVM
|
||||
# Use existing thin-pool path (pve/data) to register safely
|
||||
targets:
|
||||
pve-node-01: "/dev/sda"
|
||||
pve-node-02: "/dev/sda"
|
||||
pve-node-03: "/dev/sda"
|
||||
Reference in New Issue
Block a user