https://github.com/cscfi/ansible-role-openldap
Configure an openldap server
https://github.com/cscfi/ansible-role-openldap
Last synced: 4 months ago
JSON representation
Configure an openldap server
- Host: GitHub
- URL: https://github.com/cscfi/ansible-role-openldap
- Owner: CSCfi
- License: mit
- Created: 2015-10-23T08:22:23.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-04-07T11:59:41.000Z (about 5 years ago)
- Last Synced: 2025-01-07T12:24:42.194Z (over 1 year ago)
- Language: HTML
- Size: 23.4 KB
- Stars: 1
- Watchers: 14
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ansible-role-openldap
=========
Configure an openldap server.
Requirements
------------
certificates are required if openldap_server_tls: True
Role Variables
--------------
openldap_server_tls: True
See the defaults/main.yml , do change passwords!
Dependencies
------------
EL7
Example Playbook
----------------
Including an example of how to use your role. configurables parameter is optional. If you define it, will expect certificates to be found in ansible vault. If you omit it, OpenLDAP will used defatul installation selfsigned certificates
- hosts: servers
roles:
- { role: ansible-role-openldap, configurables: ['certs'] }
License
-------
MIT
Author Information
------------------
An optional section for the role authors to include contact information, or a website (HTML is not allowed).
Inspiration from:
- https://github.com/kbrebanov/ansible-openldap
- http://www.server-world.info/en/note?os=CentOS_7&p=openldap