tfvars
This commit is contained in:
parent
85612c5d22
commit
a1981e2150
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