feat: Add ALVR installation and configuration to playbook, update mstream module with ingress and deployment resources

This commit is contained in:
2025-11-18 18:19:42 +01:00
parent b3601e08b1
commit edbe8fbf6f
9 changed files with 269 additions and 8 deletions
@@ -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"
}