add networks many

This commit is contained in:
Iurii Anfinogenov
2026-04-19 17:39:08 +00:00
parent a6ebbb3a4d
commit bb4dc311c1
6 changed files with 163 additions and 90 deletions

View File

@@ -41,23 +41,6 @@ variable "worker_disk" {
default = 20
}
variable "network_base" {
default = "192.168.22"
}
variable "network_cidr" {
default = "24"
}
variable "cluster_gateway" {
default = "192.168.22.1"
}
variable "cluster_ip_start" {
default = 10
}
variable "worker_ip_offset" {
default = 5
}
@@ -66,6 +49,7 @@ variable "node_bridge" {
default = "vmbr0"
}
variable "worker_datastore" {
type = string
default = "local-lvm"