initial owncloud/cloud2 configuration
This commit is contained in:
parent
a2ca8a265d
commit
dbe88bf5c4
3 changed files with 23 additions and 0 deletions
8
playbook_templates/cloud2.actcur.com
Normal file
8
playbook_templates/cloud2.actcur.com
Normal file
|
@ -0,0 +1,8 @@
|
|||
role:core:v1.2:core
|
||||
role:mount:v1.1:core,mount
|
||||
role:deluge:v1.0:workload,deluge
|
||||
role:nginx-ssl:v1.1:common,nginx-ssl
|
||||
role:certbot:v1.2:common,certbot
|
||||
role:owncloud:v1.2:workload,owncloud
|
||||
|
||||
# end of file
|
7
var_files/certbot/cloud2.actcur.com
Normal file
7
var_files/certbot/cloud2.actcur.com
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
# vars file for certbot on cloud2.actcur.com
|
||||
|
||||
domains:
|
||||
- domain: cloud2.actcur.com
|
||||
|
||||
# end of file
|
8
var_files/nginx-ssl/cloud2.actcur.com
Normal file
8
var_files/nginx-ssl/cloud2.actcur.com
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
# vars file for nginx-ssl on cloud2.actcur.com
|
||||
|
||||
domains:
|
||||
- domain: cloud2.actcur.com
|
||||
port: 8112
|
||||
|
||||
# end of file
|
Loading…
Add table
Reference in a new issue