Activate cert handling
Certs will be copied to krypton by deydrated on kant
This commit is contained in:
parent
142fd23720
commit
ab0356798e
1 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@
|
||||||
- "{{ openldap_data }}/ldap"
|
- "{{ openldap_data }}/ldap"
|
||||||
- "{{ openldap_data }}/slapd"
|
- "{{ openldap_data }}/slapd"
|
||||||
- "{{ openldap_data }}/ldif"
|
- "{{ openldap_data }}/ldif"
|
||||||
# - "{{ dehydrated_certs_dir }}/certs/{{ openldap_domain }}"
|
- "{{ dehydrated_certs_dir }}/certs/{{ openldap_domain }}"
|
||||||
|
|
||||||
- name: Ensure container for openLDAP is running.
|
- name: Ensure container for openLDAP is running.
|
||||||
docker_container:
|
docker_container:
|
||||||
|
@ -71,7 +71,7 @@
|
||||||
volumes:
|
volumes:
|
||||||
- "{{ openldap_data }}/ldap:/var/lib/ldap"
|
- "{{ openldap_data }}/ldap:/var/lib/ldap"
|
||||||
- "{{ openldap_data }}/slapd:/etc/ldap/slapd.d"
|
- "{{ openldap_data }}/slapd:/etc/ldap/slapd.d"
|
||||||
# - "{{ dehydrated_certs_dir }}/certs/{{ openldap_domain }}:/container/service/slapd/assets/certs"
|
- "{{ dehydrated_certs_dir }}/certs/{{ openldap_domain }}:/container/service/slapd/assets/certs"
|
||||||
- "{{ openldap_data }}/ldif/custom-element.ldif:/container/service/slapd/assets/config/bootstrap/ldif/custom/01_netz39.ldif"
|
- "{{ openldap_data }}/ldif/custom-element.ldif:/container/service/slapd/assets/config/bootstrap/ldif/custom/01_netz39.ldif"
|
||||||
timeout: 500
|
timeout: 500
|
||||||
# For replication to work correctly, domainname and hostname must be
|
# For replication to work correctly, domainname and hostname must be
|
||||||
|
|
Loading…
Reference in a new issue