Ansible BuildAnsible Build
Mint System GmbH
Roles
Scripts
Upgrade Odoo
Chat
GitHub
Roles
Scripts
Upgrade Odoo
Chat
GitHub
  • OpenLDAP role

openldap logo

OpenLDAP role

Deploy OpenLDAP Docker container.

Usage

Configure the role.

openldap_image: osixia/openldap:1.3.0
openldap_hostname: ldap01
openldap_description: LDAP Server # default: OpenLDAP
openldap_data_dir: /usr/share/ldap # default: "/usr/share/{{ openldap_hostname }}"
openldap_password: "{{ vault_openldap_password }}"
openldap_domain: example.com
openldap_organisation: Example

And include it in your playbook.

- hosts: openldap
  roles:
  - role: openldap
Edit this page
Last Updated: 7/21/26, 8:40 AM
Contributors: Janik von Rotz