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
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue