feat: add basic ds389 docker setup and configuration
Signed-off-by: Bert-Jan Fikse <bert-jan@whatwedo.ch>
This commit is contained in:
parent
ef2462a26a
commit
eb3cc1390b
3 changed files with 13 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue