added jellyfin.actcur.com server #9
4 changed files with 42 additions and 0 deletions
7
playbook_templates/jellyfin.actcur.com
Normal file
7
playbook_templates/jellyfin.actcur.com
Normal file
|
@ -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:testing:workload,jellyfin
|
||||||
|
|
||||||
|
# end of file
|
7
var_files/certbot/jellyfin.actcur.com
Normal file
7
var_files/certbot/jellyfin.actcur.com
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
---
|
||||||
|
# vars file for certbot on jelly.actcur.com
|
||||||
|
|
||||||
|
domains:
|
||||||
|
- domain: jellyfin.actcur.com
|
||||||
|
|
||||||
|
# end of file
|
20
var_files/mount/jellyfin.actcur.com
Normal file
20
var_files/mount/jellyfin.actcur.com
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
---
|
||||||
|
# vars file for mount on jelly.actcur.com
|
||||||
|
|
||||||
|
mounts:
|
||||||
|
ext4:
|
||||||
|
- name: data
|
||||||
|
device: UUID=408b2f68-6219-4a4f-980f-6ca26d434e03
|
||||||
|
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
|
||||||
|
mount: /var/lib/jellyfin
|
||||||
|
|
||||||
|
# end of file
|
8
var_files/nginx-ssl/jellyfin.actcur.com
Normal file
8
var_files/nginx-ssl/jellyfin.actcur.com
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
---
|
||||||
|
# vars file for nginx-ssl on jelly.actcur.com
|
||||||
|
|
||||||
|
domains:
|
||||||
|
- domain: jellyfin.actcur.com
|
||||||
|
port: 8096
|
||||||
|
|
||||||
|
# end of file
|
Loading…
Add table
Reference in a new issue