mirror of
https://github.com/famedly/ansible-collection-base
synced 2024-11-10 06:24:17 +00:00
chore(ldap): update container image location
This commit is contained in:
parent
5fcd760f9f
commit
e8db39ad82
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ ldap_data_path: "{{ ldap_base_path }}/data"
|
|||
ldap_config_path: "{{ ldap_base_path }}/config"
|
||||
|
||||
ldap_container_version: "v2.4.57-r1"
|
||||
ldap_container_image: "registry.gitlab.com/famedly/containers/openldap:{{ ldap_container_version }}"
|
||||
ldap_container_image: "registry.gitlab.com/famedly/company/devops/containers/openldap:{{ ldap_container_version }}"
|
||||
ldap_container_name: ldap
|
||||
ldap_container_ports: "389:389"
|
||||
ldap_server_uri: "ldap:///"
|
||||
|
|
Loading…
Reference in a new issue