Added Jumphost

This commit is contained in:
Benedikt Penner
2026-03-14 18:05:01 +01:00
parent 628ca52fe8
commit 6d479e5934
2 changed files with 85 additions and 1 deletions

View File

@@ -10,10 +10,14 @@ variable "storage_disks" {
default = "local-lvm"
}
variable "nic_name" {
variable "nic_name_external" {
default = "vmbr0"
}
variable "nic_name_internal" {
default = "testNet"
}
variable "hosts" {
type = list(string)
default = ["gluster1", "gluster2", "gluster3"]