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
+9 -5
View File
@@ -9,11 +9,6 @@ locals {
# samba
samba_shares = [
{
name = "USB"
path = "/mnt/usb"
comment = "USB Drive"
},
{
name = "Storage"
path = "/srv/storage"
@@ -108,6 +103,11 @@ locals {
type = "A"
content = "10.19.4.121"
},
{
name = "music"
type = "CNAME"
content = "dev-01.${local.lab_domain}."
}
]
}
]
@@ -225,6 +225,10 @@ locals {
# model = "326"
# }
}
# mstream
mstream_music_folder = "/srv/storage/Music"
mstream_fqdn = "music.${local.lab_domain}"
}
data "terraform_remote_state" "scaleway" {