feat: add basic ds389 docker setup and configuration

Signed-off-by: Bert-Jan Fikse <bert-jan@whatwedo.ch>
This commit is contained in:
Bert-Jan Fikse 2026-03-06 17:54:07 +01:00
parent ef2462a26a
commit eb3cc1390b
Signed by: bert-jan
GPG key ID: C1E0AB516AC16D1A
3 changed files with 13 additions and 0 deletions

View file

@ -23,6 +23,12 @@
roles:
- digitalboard.core.keycloak
- name: Deploy 389ds LDAP service
hosts: ds389_servers
become: yes
roles:
- digitalboard.core.389ds
- name: Deploy garage service
hosts: garage_servers
become: yes