work state

This commit is contained in:
Iurii Anfinogenov
2026-04-18 10:15:10 +00:00
parent ded92e88d4
commit a6ebbb3a4d

View File

@@ -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"
}
}
}