moved from cloud2 to cloud
This commit is contained in:
parent
5ce4f77def
commit
110a6a9ed0
6 changed files with 17 additions and 17 deletions
|
@ -2,6 +2,6 @@ role:core:v1.2:core
|
||||||
role:mount:v1.1:core,mount
|
role:mount:v1.1:core,mount
|
||||||
role:nginx-ssl:v1.1:common,nginx-ssl
|
role:nginx-ssl:v1.1:common,nginx-ssl
|
||||||
role:certbot:v1.2:common,certbot
|
role:certbot:v1.2:common,certbot
|
||||||
role:nextcloud:testing:workload,owncloud
|
role:nextcloud:v1.0:workload,nextcloud
|
||||||
|
|
||||||
# end of file
|
# end of file
|
7
var_files/certbot/cloud.actcur.com
Normal file
7
var_files/certbot/cloud.actcur.com
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
---
|
||||||
|
# vars file for certbot on cloud.actcur.com
|
||||||
|
|
||||||
|
domains:
|
||||||
|
- domain: cloud.actcur.com
|
||||||
|
|
||||||
|
# end of file
|
|
@ -1,7 +0,0 @@
|
||||||
---
|
|
||||||
# vars file for certbot on cloud2.actcur.com
|
|
||||||
|
|
||||||
domains:
|
|
||||||
- domain: cloud2.actcur.com
|
|
||||||
|
|
||||||
# end of file
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
# vars file for mount on privtorrents.actcur.com
|
# vars file for mount on cloud.actcur.com
|
||||||
|
|
||||||
mounts:
|
mounts:
|
||||||
nfs:
|
nfs:
|
8
var_files/nginx-ssl/cloud.actcur.com
Normal file
8
var_files/nginx-ssl/cloud.actcur.com
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
---
|
||||||
|
# vars file for nginx-ssl on cloud.actcur.com
|
||||||
|
|
||||||
|
domains:
|
||||||
|
- domain: cloud.actcur.com
|
||||||
|
port: 8080
|
||||||
|
|
||||||
|
# end of file
|
|
@ -1,8 +0,0 @@
|
||||||
---
|
|
||||||
# vars file for nginx-ssl on cloud2.actcur.com
|
|
||||||
|
|
||||||
domains:
|
|
||||||
- domain: cloud2.actcur.com
|
|
||||||
port: 8080
|
|
||||||
|
|
||||||
# end of file
|
|
Loading…
Add table
Reference in a new issue