Compare commits

..

No commits in common. "nextcloud" and "prod" have entirely different histories.

4 changed files with 0 additions and 34 deletions

View file

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

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

View file

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

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