Migrated nextcloud server #8

Merged
jayne merged 6 commits from nextcloud into prod 2025-05-05 15:26:58 -05:00
6 changed files with 17 additions and 17 deletions
Showing only changes of commit 110a6a9ed0 - Show all commits

View file

@ -2,6 +2,6 @@ role:core:v1.2:core
role:mount:v1.1:core,mount
role:nginx-ssl:v1.1:common,nginx-ssl
role:certbot:v1.2:common,certbot
role:nextcloud:testing:workload,owncloud
role:nextcloud:v1.0:workload,nextcloud
# 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:
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