work state
This commit is contained in:
@@ -17,15 +17,27 @@
|
|||||||
|
|
||||||
locals {
|
locals {
|
||||||
nodes = {
|
nodes = {
|
||||||
sing-box-tun= {
|
# sing-box-tun= {
|
||||||
|
# cloudinit = "vm.yml"
|
||||||
|
# index = 2
|
||||||
|
# cpu = 1
|
||||||
|
# memory = 2048
|
||||||
|
# disk = 7
|
||||||
|
# datastore = "local-lvm"
|
||||||
|
# ip_offset = 0
|
||||||
|
# ip = "192.168.22.50"
|
||||||
|
# }
|
||||||
|
|
||||||
|
lesson= {
|
||||||
cloudinit = "vm.yml"
|
cloudinit = "vm.yml"
|
||||||
index = 2
|
index = 2
|
||||||
cpu = 1
|
cpu = 2
|
||||||
memory = 2048
|
memory = 2048
|
||||||
disk = 7
|
disk = 7
|
||||||
datastore = "local-lvm"
|
datastore = "local-lvm"
|
||||||
ip_offset = 0
|
ip_offset = 0
|
||||||
ip = "192.168.22.50"
|
ip = "192.168.22.52"
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user