Commit graph

20 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
Gregory Colpart 491407953c We want LDAP listen on ldapi:/// by default
All checks were successful
continuous-integration/drone/push Build is passing
2021-07-08 19:22:00 +02:00
Jérémy Lecour 0fe0244116 Update Galaxy metadata (company, platforms and galaxy_tags) 2021-06-28 15:26:28 +02:00
Jérémy Lecour 7dc6f0b849 remove trailing whitespaces 2021-05-13 15:23:39 +02:00
Jérémy Lecour 2ed77c60f0 Improve Ansible syntax
replace « x | changed » by « x is changed »
add explicit « bool » filter
use « length » filter instead of string comparison
2021-05-09 23:06:42 +02:00
Jérémy Lecour 5138065059 Use 'loop' syntax instead of 'with_items' 2021-05-04 14:19:18 +02: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
Jérémy Lecour aa28e9c1b8 change repositories URL 2019-03-21 15:31:58 +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 c0c7183605 ldap: fix domain and cn 2017-11-06 17:26:24 +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
Gabriel Periard-Tremblay 87ebadcadd Kitchen: Change base image to evolix/ansible 2017-06-02 08:38:08 -04:00
Jérémy Lecour 033ebaa593 Add tests for many roles 2017-05-18 15:44:21 +02:00
Jérémy Lecour 5b2ab0d8d3 Ansible >= 2.2 supported 2017-03-24 14:15:09 +01: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