feat: add 389ds ldap backend to keycloak
Signed-off-by: Bert-Jan Fikse <bert-jan@whatwedo.ch>
This commit is contained in:
parent
f6dc1d8261
commit
f181106886
2 changed files with 111 additions and 7 deletions
|
|
@ -17,18 +17,18 @@
|
|||
roles:
|
||||
- digitalboard.core.httpbin
|
||||
|
||||
- name: Deploy keycloak service
|
||||
hosts: keycloak_servers
|
||||
become: yes
|
||||
roles:
|
||||
- digitalboard.core.keycloak
|
||||
|
||||
- name: Deploy 389ds LDAP service
|
||||
hosts: ds389_servers
|
||||
become: yes
|
||||
roles:
|
||||
- digitalboard.core.389ds
|
||||
|
||||
- name: Deploy keycloak service
|
||||
hosts: keycloak_servers
|
||||
become: yes
|
||||
roles:
|
||||
- digitalboard.core.keycloak
|
||||
|
||||
- name: Deploy garage service
|
||||
hosts: garage_servers
|
||||
become: yes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue