chore: add Terraform config for GlusterFS
This commit is contained in:
20
glusterfs/terraform/vars.tf
Normal file
20
glusterfs/terraform/vars.tf
Normal file
@@ -0,0 +1,20 @@
|
||||
variable "proxmox_host" {
|
||||
default = "pve-testing"
|
||||
}
|
||||
|
||||
variable "template_name" {
|
||||
default = "ubuntu-2404-ci"
|
||||
}
|
||||
|
||||
variable "storage_disks" {
|
||||
default = "local-lvm"
|
||||
}
|
||||
|
||||
variable "nic_name" {
|
||||
default = "vmbr0"
|
||||
}
|
||||
|
||||
variable "hosts" {
|
||||
type = list(string)
|
||||
default = ["gluster1", "gluster2", "gluster3"]
|
||||
}
|
||||
Reference in New Issue
Block a user