Compare commits

..

6 commits

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