This commit is contained in:
Beth Parker 2024-10-07 22:00:16 -05:00
parent 6526d7bf2b
commit d1f0aa8848
4 changed files with 24 additions and 2 deletions

View file

@ -1,3 +1,5 @@
role:core:testing
role:mount:testing
role:deluge:testing
role:nginx-ssl:testing
role:certbot:testing

View file

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

View file

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

View file

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