feat: Add ALVR installation and configuration to playbook, update mstream module with ingress and deployment resources
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
variable "persistent_folder" {
|
||||
description = "The path to the persistent folder"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "music_folder" {
|
||||
description = "The path to the persistent folder"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "tag" {
|
||||
description = "The version of app to install"
|
||||
type = string
|
||||
default = "latest"
|
||||
}
|
||||
|
||||
variable "fqdn" {
|
||||
description = "FDQN name of the service"
|
||||
}
|
||||
Reference in New Issue
Block a user