commit for move

This commit is contained in:
Iurii Anfinogenov
2026-05-09 14:50:42 +00:00
parent e5598685f4
commit abc7a61de0
4 changed files with 73 additions and 1 deletions

View File

@@ -98,7 +98,7 @@
locals {
nodes = {
k8s-master-1 = {
lab-1 = {
cloudinit = "rocky.yml"
image_file = "import/rocky9.qcow2"
index = 1
@@ -117,6 +117,25 @@ locals {
}
]
}
# lab-2 = {
# cloudinit = "rocky.yml"
# image_file = "import/rocky9.qcow2"
# index = 2
# cpu = var.worker_cpu
# memory = 2048
# disk = var.worker_disk
# datastore = var.worker_datastore
# network_devices = [
# {
# bridge = var.node_bridge
# vlan_id = 20
# ip = "192.168.20.12"
# cidr = 24
# gateway = "192.168.20.1"
# }
# ]
# }
# k8s-worker-1 = {
# cloudinit = "worker.yml"
# index = 2