Make appdata and unraid smb modules to reduce duplication
This commit is contained in:
@@ -26,28 +26,7 @@ resource "postgresql_database" "prowlarr_log" {
|
||||
owner = postgresql_role.prowlarr.name
|
||||
}
|
||||
|
||||
resource "nomad_csi_volume_registration" "unraid_appdata_prowlarr" {
|
||||
#Note: Before chaning the definition of this volume you need to stop the jobs that are using it
|
||||
depends_on = [data.nomad_plugin.smb]
|
||||
plugin_id = "smb"
|
||||
|
||||
volume_id = "unraid_appdata_prowlarr"
|
||||
name = "unraid_appdata_prowlarr"
|
||||
|
||||
external_id = "unraid_appdata_prowlarr"
|
||||
|
||||
capability {
|
||||
access_mode = "single-node-writer"
|
||||
attachment_mode = "file-system"
|
||||
}
|
||||
|
||||
context = {
|
||||
source = "//betelgeuse-seven-unraid.lan/appdata"
|
||||
subDir = "prowlarr" # Note: Needs to be manually created on the share
|
||||
}
|
||||
|
||||
secrets = {
|
||||
"username" = "nomad"
|
||||
"password" = data.sops_file.secrets.data["unraid.nomad"]
|
||||
}
|
||||
module "appdata_prowlarr" {
|
||||
source = "./modules/appdata"
|
||||
name = "prowlarr"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user