Commit graph

15 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
William Hirigoyen (Evolix) a565e8f8e8 Add Out of memory log2mail alert to dovecot role 2022-03-15 10:06:21 +01:00
William Hirigoyen (Evolix) ab1f3fd6d4 Merge 2022-03-15 10:06:21 +01:00
Eric Morino 6321f32e81 Add zzz-evolinux-custom.conf to dovecot role
Some checks reported errors
continuous-integration/drone/push Build was killed
2022-02-24 10:42:48 +01:00
Jérémy Lecour 51bc48623b dovecot: switch to TLS 1.2+ and external DH params 2022-01-25 14:56:39 +01:00
Eric Morino ae2be6a009 Fix indent for generate dh_param 2021-09-21 14:47:41 +02:00
Eric Morino 999efb3983 Add "may take several minutes" for task generate dhparam 2021-08-25 11:52:10 +02:00
Eric Morino 916138575a Add generate dhparam and update variables for dovecot 2.3 2021-08-25 11:49:08 +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 5b2d3b09d0 Create system users for vmail (dovecot) and evoadmin 2020-12-17 08:05:16 +01:00
Jérémy Lecour 772bce8c0b dovecot: vmail uid/gid are configurable 2020-12-07 17:26:45 +01:00
Jérémy Lecour e04d881988 replace "with_items" in apt modules 2019-12-31 16:18:56 +01:00
Victor LABORIE 2f71925363 dovecot: disable pam auth 2017-10-25 11:55:34 +02:00
Victor LABORIE a0006a1318 dovecot: default conf for packmail 2017-10-25 11:55:33 +02:00
Gregory Colpart 1d7d45eb44 Add dovecot role, evoadmin-mail role and packmail role 2017-10-25 11:55:32 +02:00