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

@ -0,0 +1,3 @@
# 389ds LDAP configuration for vagrant environment
ds389_suffix: "dc=local,dc=test"
ds389_root_password: "admin"

View file

@ -49,6 +49,10 @@ all:
hosts:
backend:
ds389_servers:
hosts:
backend:
authentik_servers:
hosts:
backend:

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