Compare commits
No commits in common. "423cfa5fe9a0ef083a1ecafbb33d8c498a18ca13" and "a43463a2681aeb45f0831a1c5bd10ca64adfe45a" have entirely different histories.
423cfa5fe9
...
a43463a268
5 changed files with 16 additions and 39 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
|
|
@ -1,12 +1,7 @@
|
||||||
role:core:v1.0:core
|
role:core:v1.0:core
|
||||||
role:mount:add_ext4_and_bind:core,mount
|
role:mount:v1.0:core,mount
|
||||||
role:nginx-ssl:v1.0:common,nginx-ssl
|
role:nginx-ssl:v1.0:common,nginx-ssl
|
||||||
role:certbot:v1.0:common,certbot
|
role:certbot:v1.0:common,certbot
|
||||||
role:sonarr:testing:workload,sonarr
|
role:sonarr:testing:workload,sonarr
|
||||||
role:radarr:testing:workload,radarr
|
|
||||||
role:readarr:testing:workload,readarr
|
|
||||||
role:lidarr:testing:workload,lidarr
|
|
||||||
role:bazarr:testing:workload,bazarr
|
|
||||||
role:prowlarr:testing:workload,prowlarr
|
|
||||||
|
|
||||||
# end of file
|
# end of file
|
||||||
|
|
|
@ -2,34 +2,11 @@
|
||||||
# vars file for mount on privtorrents.actcur.com
|
# vars file for mount on privtorrents.actcur.com
|
||||||
|
|
||||||
mounts:
|
mounts:
|
||||||
ext4:
|
|
||||||
- name: data
|
|
||||||
device: UUID=a11c4225-bf55-4888-ab15-589afde95510
|
|
||||||
mount: /mnt/data
|
|
||||||
nfs:
|
nfs:
|
||||||
- name: video
|
- name: video
|
||||||
host: host.actcur.com
|
host: host.actcur.com
|
||||||
remote: /mnt/butter/video
|
remote: /mnt/butter/video
|
||||||
local: /mnt/video
|
local: /mnt/video
|
||||||
type: nfs
|
type: nfs
|
||||||
bind:
|
|
||||||
- name: sonarr
|
|
||||||
src: /mnt/data/sonarr
|
|
||||||
mount: /var/lib/sonarr
|
|
||||||
- name: radarr
|
|
||||||
src: /mnt/data/radarr
|
|
||||||
mount: /var/lib/radarr
|
|
||||||
- name: readarr
|
|
||||||
src: /mnt/data/readarr
|
|
||||||
mount: /var/lib/readarr
|
|
||||||
- name: lidarr
|
|
||||||
src: /mnt/data/lidarr
|
|
||||||
mount: /var/lib/lidarr
|
|
||||||
- name: bazarr
|
|
||||||
src: /mnt/data/bazarr
|
|
||||||
mount: /var/lib/bazarr
|
|
||||||
- name: prowlarr
|
|
||||||
src: /mnt/data/prowlarr
|
|
||||||
mount: /var/lib/prowlarr
|
|
||||||
|
|
||||||
# end of file
|
# 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
|
|
@ -4,15 +4,5 @@
|
||||||
domains:
|
domains:
|
||||||
- domain: sonarr2.actcur.com
|
- domain: sonarr2.actcur.com
|
||||||
port: 8989
|
port: 8989
|
||||||
- domain: raddarr2.actcur.com
|
|
||||||
port: 7878
|
|
||||||
- domain: readdarr2.actcur.com
|
|
||||||
port: 8787
|
|
||||||
- domain: lidarr2.actcur.com
|
|
||||||
port: 8686
|
|
||||||
- domain: bazarr2.actcur.com
|
|
||||||
port: 6767
|
|
||||||
- domain: prowlarr2.actcur.com
|
|
||||||
port: 9696
|
|
||||||
|
|
||||||
# end of file
|
# end of file
|
||||||
|
|
Loading…
Add table
Reference in a new issue