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
+7
View File
@@ -0,0 +1,7 @@
locals {
app_folder = "${var.persistent_folder}/mstream"
music_folder = var.music_folder
app_version = var.tag
}