mapletree/terraform/terraform.tfvars
2026-01-28 16:24:24 -07:00

158 lines
4.1 KiB
HCL

lxc_inventory = {
"110" = {
node = "pve1"
hostname = "pve1-lxc2"
datastore_id = "pve1-ssd01-01"
disk_size = 110 # Match the 110G from your conf
cores = 2
memory = 4092
vlan = 201
ip = "172.16.201.102/24"
gw = "172.16.201.1"
mp0_volume = "/mnt/local_storage/lxc2/docker"
mp1_volume = "/mnt/local_storage/lxc2/repo"
},
"116" = {
node = "pve1"
hostname = "pve1-lxc6"
datastore_id = "pve1-hdd01-01"
disk_size = "8"
cores = 4
memory = 8192
vlan = 201
ip = "172.16.201.106/24"
gw = "172.16.201.1"
mp0_volume = ""
mp1_volume = ""
},
"118" = {
node = "pve1"
hostname = "pve1-lxc7"
datastore_id = "pve1-ssd01-01"
disk_size = "8"
cores = 4
memory = 8192
vlan = 201
ip = "172.16.201.107/24"
gw = "172.16.201.1"
mp0_volume = "/mnt/local_storage/lxc7/docker"
mp1_volume = "/mnt/local_storage/lxc7/repo"
},
"120" = {
node = "pve1"
hostname = "pve1-lxc1"
datastore_id = "pve1-ssd01-01"
disk_size = "64"
cores = 4
memory = 8192
vlan = 201
ip = "172.16.201.101/24"
gw = "172.16.201.1"
mp0_volume = "/mnt/local_storage/lxc1/docker"
mp1_volume = "/mnt/local_storage/lxc1/repo"
},
"103" = {
node = "pve2"
hostname = "pve2-lxc3"
datastore_id = "pve2-ssd01-01"
disk_size = "20"
cores = 16
memory = 24000
vlan = 202
ip = "172.16.202.22/24"
gw = "172.16.202.1"
mp0_volume = ""
mp1_volume = ""
},
"104" = {
node = "pve2"
hostname = "pve2-lxc4"
datastore_id = "pve2-ssd01-01"
disk_size = "8"
cores = 4
memory = 1024
vlan = "0"
ip = "10.19.19.3/24"
gw = "10.19.19.1"
mp0_volume = ""
mp1_volume = ""
},
"105" = {
node = "pve2"
hostname = "pve2-lxc5"
datastore_id = "pve2-ssd01-01"
disk_size = "8"
cores = 4
memory = 1024
vlan = "0"
ip = "10.19.19.2/24"
gw = "10.19.19.1"
mp0_volume = ""
mp1_volume = ""
},
"111" = {
node = "pve2"
hostname = "pve2-lxc1"
datastore_id = "pve2-ssd01-01"
disk_size = "110"
cores = 4
memory = 8192
vlan = 201
ip = "172.16.201.201/24"
gw = "172.16.201.1"
mp0_volume = "/mnt/ssd1/lxc1/docker"
mp1_volume = "/mnt/ssd1/lxc1/repo"
},
"112" = {
node = "pve2"
hostname = "lxc2-pve6"
datastore_id = "pve2-ssd02-01"
disk_size = "48"
cores = 2
memory = 4096
vlan = 201
ip = "172.16.201.206/24"
gw = "172.16.201.1"
mp0_volume = "/mnt/ssd1/lxc6/docker"
mp1_volume = "/mnt/ssd1/lxc6/repo"
},
"114" = {
node = "pve2"
hostname = "pve2-lxc-terraform"
datastore_id = "pve2-ssd01-01"
disk_size = "8"
cores = 1
memory = 512
vlan = 201
ip = "172.16.201.12/24"
gw = "172.16.201.21"
mp0_volume = ""
mp1_volume = ""
},
"115" = {
node = "pve2"
hostname = "pve2-lxc2"
datastore_id = "local"
disk_size = "48"
cores = 4
memory = 48000
vlan = 201
ip = "172.16.201.202/24"
gw = "172.16.201.1"
mp0_volume = "/pool"
mp1_volume = "/mnt/ssd1/lxc2/repo"
},
"117" = {
node = "pve2"
hostname = "pve2-lxc7"
datastore_id = "pve2-ssd02-01"
disk_size = "16"
cores = 4
memory = 8192
vlan = 201
ip = "172.16.201.207/24"
gw = "172.16.201.1"
mp0_volume = "/mnt/ssd1/lxc7/docker"
mp1_volume = "/mnt/ssd1/lxc7/repo"
}
}