Migrated nextcloud server (#8)
Co-authored-by: Beth Parker <ejparker@actcur.com> Reviewed-on: #8
This commit is contained in:
parent
a2ca8a265d
commit
926334babe
4 changed files with 34 additions and 0 deletions
7
playbook_templates/cloud.actcur.com
Normal file
7
playbook_templates/cloud.actcur.com
Normal 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
|
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
|
12
var_files/mount/cloud.actcur.com
Normal file
12
var_files/mount/cloud.actcur.com
Normal 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
|
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
|
Loading…
Add table
Reference in a new issue