moved from cloud2 to cloud

This commit is contained in:
Jayne Passmore 2025-04-25 14:42:43 -05:00
parent 5ce4f77def
commit 110a6a9ed0
6 changed files with 17 additions and 17 deletions

View file

@ -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

View file

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

View file

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

View 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:

View file

@ -0,0 +1,8 @@
---
# vars file for nginx-ssl on cloud.actcur.com
domains:
- domain: cloud.actcur.com
port: 8080
# end of file

View file

@ -1,8 +0,0 @@
---
# vars file for nginx-ssl on cloud2.actcur.com
domains:
- domain: cloud2.actcur.com
port: 8080
# end of file