feat: add basic opencloud deployment

Signed-off-by: Bert-Jan Fikse <bert-jan@whatwedo.ch>
This commit is contained in:
Bert-Jan Fikse 2026-02-27 14:59:19 +01:00
parent 09f9ae104a
commit 15a2d321b0
Signed by: bert-jan
GPG key ID: C1E0AB516AC16D1A
3 changed files with 15 additions and 1 deletions

View file

@ -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

View file

@ -58,5 +58,9 @@ all:
backend: backend:
nextcloud_servers: nextcloud_servers:
hosts:
backend:
opencloud_servers:
hosts: hosts:
backend: backend:

View file

@ -39,4 +39,10 @@
hosts: authentik_servers hosts: authentik_servers
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