From c4ced6815caeb0ca664b2cfd25850942e3d77888 Mon Sep 17 00:00:00 2001 From: Jayne Passmore Date: Tue, 20 May 2025 18:50:00 -0500 Subject: [PATCH] added jellyfin.actcur.com server (#9) Reviewed-on: https://git.actcur.com/actcur-ansible/playbook-builder/pulls/9 --- playbook_templates/jellyfin.actcur.com | 7 +++++++ var_files/certbot/jellyfin.actcur.com | 7 +++++++ var_files/mount/jellyfin.actcur.com | 20 ++++++++++++++++++++ var_files/nginx-ssl/jellyfin.actcur.com | 12 ++++++++++++ 4 files changed, 46 insertions(+) create mode 100644 playbook_templates/jellyfin.actcur.com create mode 100644 var_files/certbot/jellyfin.actcur.com create mode 100644 var_files/mount/jellyfin.actcur.com create mode 100644 var_files/nginx-ssl/jellyfin.actcur.com diff --git a/playbook_templates/jellyfin.actcur.com b/playbook_templates/jellyfin.actcur.com new file mode 100644 index 0000000..106d533 --- /dev/null +++ b/playbook_templates/jellyfin.actcur.com @@ -0,0 +1,7 @@ +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 + +# end of file diff --git a/var_files/certbot/jellyfin.actcur.com b/var_files/certbot/jellyfin.actcur.com new file mode 100644 index 0000000..ddf5317 --- /dev/null +++ b/var_files/certbot/jellyfin.actcur.com @@ -0,0 +1,7 @@ +--- +# vars file for certbot on jelly.actcur.com + +domains: + - domain: jellyfin.actcur.com + +# end of file \ No newline at end of file diff --git a/var_files/mount/jellyfin.actcur.com b/var_files/mount/jellyfin.actcur.com new file mode 100644 index 0000000..0bb0c60 --- /dev/null +++ b/var_files/mount/jellyfin.actcur.com @@ -0,0 +1,20 @@ +--- +# vars file for mount on jelly.actcur.com + +mounts: + ext4: + - name: data + device: UUID=adc4740a-d471-4be4-9995-65cb66794b51 + mount: /mnt/data + nfs: + - name: video + host: host.actcur.com + remote: /mnt/butter/video + local: /mnt/video + type: nfs + bind: + - name: sonarr + src: /mnt/data/jelly/data/ + mount: /var/lib/jellyfin + +# end of file diff --git a/var_files/nginx-ssl/jellyfin.actcur.com b/var_files/nginx-ssl/jellyfin.actcur.com new file mode 100644 index 0000000..6be6e4d --- /dev/null +++ b/var_files/nginx-ssl/jellyfin.actcur.com @@ -0,0 +1,12 @@ +--- +# vars file for nginx-ssl on jelly.actcur.com + +domains: + - domain: jellyfin.actcur.com + port: 8096 + - domain: jelly.actcur.com + port: 8096 + - domain: media.actcur.com + port: 8096 + +# end of file \ No newline at end of file