This commit is contained in:
root 2026-01-28 16:27:05 -07:00
commit c3346a035c

View file

@ -154,5 +154,109 @@ lxc_inventory = {
gw = "172.16.201.1" gw = "172.16.201.1"
mp0_volume = "/mnt/local_storage/lxc1/docker" mp0_volume = "/mnt/local_storage/lxc1/docker"
mp1_volume = "/mnt/local_storage/lxc1/repo" 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"
} }
} }