Merge branch 'main' of 172.16.201.201:admin/mapletree
This commit is contained in:
commit
f053a8f6f3
1 changed files with 14 additions and 0 deletions
14
terraform/terraform.tfvars
Normal file
14
terraform/terraform.tfvars
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
lxc_inventory = {
|
||||
"110" = {
|
||||
node = "pve1"
|
||||
hostname = "pve1-lxc2"
|
||||
disk_size = "110G"
|
||||
cores = 2
|
||||
memory = 4092
|
||||
vlan = 201
|
||||
ip = "172.16.201.102/24"
|
||||
gw = "172.16.201.1"
|
||||
}
|
||||
}
|
||||
|
||||
lxc_root_password = "Pizzajam11"
|
||||
Loading…
Reference in a new issue