update
This commit is contained in:
parent
6526d7bf2b
commit
d1f0aa8848
4 changed files with 24 additions and 2 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
role:core:testing
|
||||||
|
role:mount:testing
|
||||||
role:deluge:testing
|
role:deluge:testing
|
||||||
role:nginx-ssl:testing
|
role:nginx-ssl:testing
|
||||||
role:certbot:testing
|
role:certbot:testing
|
||||||
|
|
7
var_files/certbot/privtorrents.actcur.com
Normal file
7
var_files/certbot/privtorrents.actcur.com
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
---
|
||||||
|
# vars file for certbot on privtorrents.actcur.com
|
||||||
|
|
||||||
|
domains:
|
||||||
|
- domain: privtorrents.actcur.com
|
||||||
|
|
||||||
|
# end of file
|
12
var_files/mount/privtorrents.actcur.com
Normal file
12
var_files/mount/privtorrents.actcur.com
Normal 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
|
|
@ -1,7 +1,8 @@
|
||||||
---
|
---
|
||||||
# vars file for nginx-ssl on privtorrents.actcur.com
|
# vars file for nginx-ssl on privtorrents.actcur.com
|
||||||
|
|
||||||
privtorrents.actcur.com:
|
domains:
|
||||||
port: 8112
|
- domain: privtorrents.actcur.com
|
||||||
|
port: 8112
|
||||||
|
|
||||||
# end of file
|
# end of file
|
Loading…
Add table
Reference in a new issue