Added Jumphost
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user