Migrated nextcloud server (#8)

Co-authored-by: Beth Parker <ejparker@actcur.com>
Reviewed-on: #8
This commit is contained in:
Jayne Passmore 2025-05-05 15:26:57 -05:00
parent a2ca8a265d
commit 926334babe
4 changed files with 34 additions and 0 deletions

View file

@ -0,0 +1,7 @@
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: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

@ -0,0 +1,12 @@
---
# vars file for mount on cloud.actcur.com
mounts:
nfs:
- name: nextcloud
host: host.actcur.com
remote: /mnt/butter/nextcloud
local: /mnt/nextcloud
type: nfs
# end of file

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