initial sonarr configuration
This commit is contained in:
parent
88f7f7ed55
commit
a43463a268
6 changed files with 49 additions and 0 deletions
7
playbook_templates/@
Normal file
7
playbook_templates/@
Normal 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
|
7
playbook_templates/starrs.actcur.com
Normal file
7
playbook_templates/starrs.actcur.com
Normal 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
|
7
var_files/certbot/starrs.actcur.com
Normal file
7
var_files/certbot/starrs.actcur.com
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
# vars file for certbot on privtorrents.actcur.com
|
||||
|
||||
domains:
|
||||
- domain: sonarr2.actcur.com
|
||||
|
||||
# end of file
|
12
var_files/mount/starrs.actcur.com
Normal file
12
var_files/mount/starrs.actcur.com
Normal 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
8
var_files/nginx-ssl/@
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
# vars file for nginx-ssl on privtorrents.actcur.com
|
||||
|
||||
domains:
|
||||
- domain: sonarr2.actcur.com
|
||||
port: 8989
|
||||
|
||||
# end of file
|
8
var_files/nginx-ssl/starrs.actcur.com
Normal file
8
var_files/nginx-ssl/starrs.actcur.com
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
# vars file for nginx-ssl on privtorrents.actcur.com
|
||||
|
||||
domains:
|
||||
- domain: sonarr2.actcur.com
|
||||
port: 8989
|
||||
|
||||
# end of file
|
Loading…
Add table
Reference in a new issue