ansible-roles/ldap
Jérémy Lecour 2e9b6c0680
amavis/ldap: make ldap_suffix mandatory
2024-02-07 16:15:32 +01:00
..
defaults We want LDAP listen on ldapi:/// by default 2021-07-08 19:22:00 +02:00
handlers Use FQCN 2023-03-20 23:33:19 +01:00
meta Update Galaxy metadata (company, platforms and galaxy_tags) 2021-06-28 15:26:28 +02:00
tasks amavis/ldap: make ldap_suffix mandatory 2024-02-07 16:15:32 +01:00
templates ldap: fix edge cases where passwords were not set/get properly 2021-05-02 23:28:09 +02: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.