initial sonarr configuration

This commit is contained in:
Beth Parker 2025-03-19 23:09:42 -05:00
parent 88f7f7ed55
commit a43463a268
6 changed files with 49 additions and 0 deletions

7
playbook_templates/@ Normal file
View file

@ -0,0 +1,7 @@
role:core:v1.0:core
role:mount:v1.0:core,mount
role:nginx-ssl:v1.0:common,nginx-ssl
role:certbot:v1.0:common,certbot
role:sonarr:testing:software,sonarr
# end of file

View file

@ -0,0 +1,7 @@
role:core:v1.0:core
role:mount:v1.0:core,mount
role:nginx-ssl:v1.0:common,nginx-ssl
role:certbot:v1.0:common,certbot
role:sonarr:testing:workload,sonarr
# end of file

View file

@ -0,0 +1,7 @@
---
# vars file for certbot on privtorrents.actcur.com
domains:
- domain: sonarr2.actcur.com
# end of file

View file

@ -0,0 +1,12 @@
---
# vars file for mount on privtorrents.actcur.com
mounts:
nfs:
- name: video
host: host.actcur.com
remote: /mnt/butter/video
local: /mnt/video
type: nfs
# end of file

8
var_files/nginx-ssl/@ Normal file
View file

@ -0,0 +1,8 @@
---
# vars file for nginx-ssl on privtorrents.actcur.com
domains:
- domain: sonarr2.actcur.com
port: 8989
# end of file

View file

@ -0,0 +1,8 @@
---
# vars file for nginx-ssl on privtorrents.actcur.com
domains:
- domain: sonarr2.actcur.com
port: 8989
# end of file