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
3
inventories/vagrant/host_vars/backend/389ds.yml
Normal file
3
inventories/vagrant/host_vars/backend/389ds.yml
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
# 389ds LDAP configuration for vagrant environment
|
||||||
|
ds389_suffix: "dc=local,dc=test"
|
||||||
|
ds389_root_password: "admin"
|
||||||
|
|
@ -49,6 +49,10 @@ all:
|
||||||
hosts:
|
hosts:
|
||||||
backend:
|
backend:
|
||||||
|
|
||||||
|
ds389_servers:
|
||||||
|
hosts:
|
||||||
|
backend:
|
||||||
|
|
||||||
authentik_servers:
|
authentik_servers:
|
||||||
hosts:
|
hosts:
|
||||||
backend:
|
backend:
|
||||||
|
|
|
||||||
|
|
@ -23,6 +23,12 @@
|
||||||
roles:
|
roles:
|
||||||
- digitalboard.core.keycloak
|
- digitalboard.core.keycloak
|
||||||
|
|
||||||
|
- name: Deploy 389ds LDAP service
|
||||||
|
hosts: ds389_servers
|
||||||
|
become: yes
|
||||||
|
roles:
|
||||||
|
- digitalboard.core.389ds
|
||||||
|
|
||||||
- name: Deploy garage service
|
- name: Deploy garage service
|
||||||
hosts: garage_servers
|
hosts: garage_servers
|
||||||
become: yes
|
become: yes
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue