ansible-roles/ldap
Jérémy Lecour e04d881988 replace "with_items" in apt modules 2019-12-31 16:18:56 +01:00
..
defaults slapd: listen on 127.0.0.1:389 by default 2017-12-18 18:05:37 +01:00
handlers Add ldap role 2017-01-11 17:35:46 +01:00
meta change repositories URL 2019-03-21 15:31:58 +01:00
tasks replace "with_items" in apt modules 2019-12-31 16:18:56 +01:00
templates ldap: fix domain and cn 2017-11-06 17:26:24 +01:00
tests Add tests for many roles 2017-05-18 15:44:21 +02:00
.kitchen.yml Kitchen: Change base image to evolix/ansible 2017-06-02 08:38:08 -04:00
README.md Add ldap role 2017-01-11 17:35:46 +01:00

README.md

LDAP

Installation and basic configuration of ldap service.

Tasks

Minimal configuration is in tasks/main.yml and optional customization in :

  • slow_transport.yml : slow transport to specific destination.

Available variables

Main variables are :

  • postfix_hostname : hostname for Postfix ;
  • postfix_slow_transport : enable customization for delivrability.

The full list of variables (with default values) can be found in defaults/main.yml.