Compare commits

..

No commits in common. "493f8a6eec8da2b9814ecaee7ddc8063fc2bd221" and "926334babe54b6b23b0cffa19360c5ee52ca8f64" have entirely different histories.

4 changed files with 0 additions and 48 deletions

View file

@ -1,7 +0,0 @@
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

View file

@ -1,9 +0,0 @@
---
# vars file for certbot on jelly.actcur.com
domains:
- domain: jellyfin.actcur.com
- domain: jelly.actcur.com
- domain: media.actcur.com
# end of file

View file

@ -1,20 +0,0 @@
---
# 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

View file

@ -1,12 +0,0 @@
---
# 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