ansible-roles/dovecot
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
..
defaults dovecot: vmail uid/gid are configurable 2020-12-07 17:26:45 +01:00
files dovecot: Update munin plugin & configure it 2020-10-16 15:33:52 +02:00
handlers Add Out of memory log2mail alert to dovecot role 2022-03-15 10:06:21 +01:00
tasks Replace the include module with include_tasks or import_tasks 2023-01-03 14:43:42 +01:00
templates Add zzz-evolinux-custom.conf to dovecot role 2022-02-24 10:42:48 +01:00
.kitchen.yml Add dovecot role, evoadmin-mail role and packmail role 2017-10-25 11:55:32 +02:00
README.md Add dovecot role, evoadmin-mail role and packmail role 2017-10-25 11:55:32 +02:00

Dovecot

Installation and basic configuration of dovecot

Tasks

Minimal configuration is in tasks/main.yml

Available variables

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