From 058f4c2755b0a136108b72342c58468848cbcf4c Mon Sep 17 00:00:00 2001 From: Jayne Passmore Date: Sat, 24 May 2025 22:40:48 -0500 Subject: [PATCH] advance jellyfin role tag and add jellyfin config and cache binds (#12) Reviewed-on: https://git.actcur.com/actcur-ansible/playbook-builder/pulls/12 --- playbook_templates/jellyfin.actcur.com | 2 +- var_files/mount/jellyfin.actcur.com | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/playbook_templates/jellyfin.actcur.com b/playbook_templates/jellyfin.actcur.com index 106d533..437f6d2 100644 --- a/playbook_templates/jellyfin.actcur.com +++ b/playbook_templates/jellyfin.actcur.com @@ -2,6 +2,6 @@ role:core:v1.2:core role:mount:v1.1:core,mount role:nginx-ssl:v1.1:common,nginx-ssl role:certbot:v1.2:common,certbot -role:jellyfin:v1.0:workload,jellyfin +role:jellyfin:v1.2:workload,jellyfin # end of file diff --git a/var_files/mount/jellyfin.actcur.com b/var_files/mount/jellyfin.actcur.com index 0bb0c60..8e0caa9 100644 --- a/var_files/mount/jellyfin.actcur.com +++ b/var_files/mount/jellyfin.actcur.com @@ -13,8 +13,14 @@ mounts: local: /mnt/video type: nfs bind: - - name: sonarr + - name: jellyfin config + src: /mnt/data/jelly/config/ + mount: /etc/jellyfin + - name: jellyfin data src: /mnt/data/jelly/data/ mount: /var/lib/jellyfin + - name: jellyfin cache + src: /mnt/data/jelly/cache/ + mount: /var/cache/jellyfin # end of file