Compare commits
6 commits
Author | SHA1 | Date | |
---|---|---|---|
110a6a9ed0 | |||
5ce4f77def | |||
7ef989f6d9 | |||
0c37022cac | |||
9ba90c9e15 | |||
dbe88bf5c4 |
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