Commit graph

10 commits

Author SHA1 Message Date
Mathieu Trossevin 7c632352a0
Replace the include module with include_tasks or import_tasks
The behaviour of the `include` module is badly defined (it try to choose
between statically importing the tasks and dynamically including them)
and can cause problems depending on any number of constraints (mostly if
it choose the wrong behaviour).

Replace it with the `import_tasks` (always statically import tasks) unless
the `include` is in a loop in which case we replace it with
`include_tasks` (always dynamically include tasks).
2023-01-03 14:43:42 +01:00
Jérémy Lecour 6eaeb90f6e ldap: fix edge cases where passwords were not set/get properly
All checks were successful
continuous-integration/drone/push Build is passing
2021-05-02 23:28:09 +02:00
Jérémy Lecour e04d881988 replace "with_items" in apt modules 2019-12-31 16:18:56 +01:00
Victor LABORIE 4fd4e0d96d ldap|nagios-nrpe: use external file for NRPE credentials 2018-01-24 16:49:07 +01:00
Victor LABORIE b3ec1f09b6 slapd: listen on 127.0.0.1:389 by default 2017-12-18 18:05:37 +01:00
Victor LABORIE 69aa3ab8b8 ldap: don't inject custom schema if ldap is already configured 2017-10-31 10:36:18 +01:00
Victor LABORIE 0640a9f8fd ldap: custom schema can be passed with ldap_schema 2017-10-25 11:55:33 +02:00
Gregory Colpart 95408a2409 Improve ldap role 2017-10-25 11:55:32 +02:00
Jérémy Lecour d91b317a50 Install "apg" package where needed 2017-01-12 17:36:59 +01:00
Tristan PILAT 32b79f0bfa Add ldap role 2017-01-11 17:35:46 +01:00