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

@ -39,4 +39,10 @@
hosts: authentik_servers
become: yes
roles:
- digitalboard.core.authentik
- digitalboard.core.authentik
- name: Deploy opencloud service
hosts: opencloud_servers
become: yes
roles:
- digitalboard.core.opencloud