This commit is contained in:
Iurii Anfinogenov
2026-05-04 07:02:00 +00:00
parent 326572de4d
commit e5598685f4
11 changed files with 334 additions and 109 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"