work state
This commit is contained in:
@@ -17,15 +17,27 @@
|
||||
|
||||
locals {
|
||||
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"
|
||||
index = 2
|
||||
cpu = 1
|
||||
cpu = 2
|
||||
memory = 2048
|
||||
disk = 7
|
||||
datastore = "local-lvm"
|
||||
ip_offset = 0
|
||||
ip = "192.168.22.50"
|
||||
}
|
||||
ip = "192.168.22.52"
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user