44 lines
610 B
Plaintext
44 lines
610 B
Plaintext
OpenLDAP
|
|
========
|
|
|
|
Primary for using as `ldapi://` for example for mail-servers.
|
|
|
|
Requirements
|
|
------------
|
|
|
|
You need to have debian (or compatible, like ubuntu) or alpine already installed.
|
|
|
|
* sshd
|
|
|
|
Role Variables
|
|
--------------
|
|
|
|
ldap_basedn::
|
|
Your basedn like `cn=example,cn=org`.
|
|
|
|
Example Playbook
|
|
----------------
|
|
|
|
----
|
|
---
|
|
# vim: set expandtab tabstop=2 shiftwidth=2:
|
|
|
|
- hosts: ldapserver
|
|
remote_user: root
|
|
become: false
|
|
|
|
tasks:
|
|
- import_role:
|
|
name: denkn.ldapi
|
|
----
|
|
|
|
License
|
|
-------
|
|
|
|
AGPLv3
|
|
|
|
Author Information
|
|
------------------
|
|
|
|
Denis Knauf - https://git.denkn.at/deac/ansible-role-ldapi
|