feat: add basic opencloud deployment
Signed-off-by: Bert-Jan Fikse <bert-jan@whatwedo.ch>
This commit is contained in:
parent
09f9ae104a
commit
15a2d321b0
3 changed files with 15 additions and 1 deletions
|
|
@ -24,6 +24,10 @@ traefik_dmz_exposed_services:
|
||||||
domain: authentik.local.test
|
domain: authentik.local.test
|
||||||
port: 443
|
port: 443
|
||||||
protocol: https
|
protocol: https
|
||||||
|
- name: opencloud
|
||||||
|
domain: opencloud.local.test
|
||||||
|
port: 443
|
||||||
|
protocol: https
|
||||||
# Example: Add more services as you deploy them
|
# Example: Add more services as you deploy them
|
||||||
# - name: forgejo
|
# - name: forgejo
|
||||||
# domain: git.example.com
|
# domain: git.example.com
|
||||||
|
|
|
||||||
|
|
@ -60,3 +60,7 @@ all:
|
||||||
nextcloud_servers:
|
nextcloud_servers:
|
||||||
hosts:
|
hosts:
|
||||||
backend:
|
backend:
|
||||||
|
|
||||||
|
opencloud_servers:
|
||||||
|
hosts:
|
||||||
|
backend:
|
||||||
|
|
@ -40,3 +40,9 @@
|
||||||
become: yes
|
become: yes
|
||||||
roles:
|
roles:
|
||||||
- digitalboard.core.authentik
|
- digitalboard.core.authentik
|
||||||
|
|
||||||
|
- name: Deploy opencloud service
|
||||||
|
hosts: opencloud_servers
|
||||||
|
become: yes
|
||||||
|
roles:
|
||||||
|
- digitalboard.core.opencloud
|
||||||
Loading…
Add table
Add a link
Reference in a new issue