Commit graph

12 commits

Author SHA1 Message Date
Mathieu Trossevin 956ecd4700
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).
2022-03-30 16:40:44 +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 b7d4f92ad2 rabbitmq: add a munin plugin 2017-11-29 14:17:38 +01:00
Jérémy Lecour f1063cce94 rabbitmq: NRPE check and config 2017-11-26 19:30:24 +01:00
Jérémy Lecour 93071fdf4a rabbitmq: fix indentation 2017-05-30 15:16:57 +02:00
Jérémy Lecour 294cea44e8 Change mode with leading 0, but still as String 2017-03-23 16:59:43 +01:00
Jérémy Lecour 61f5219f48 Improve documentation
Each role has a README and a meta/main.yml file
2017-01-05 18:22:06 +01:00
Jérémy Lecour 5a4f838375 Unix mode MUST be a quoted string when using octal notation 2017-01-05 12:03:54 +01:00
Jérémy Lecour 4b9d5bf6fd rabbitmq: rename source file 2016-12-27 14:38:20 +01:00
Jérémy Lecour 9d70892fea rabbitmq: copy config files if missing 2016-12-27 14:14:07 +01:00
Jérémy Lecour d4c13747f3 rabbitmq: fix perms 2016-12-27 14:07:01 +01:00
Gregory Colpart d8a40ce843 init role for rabbitmq 2016-12-26 20:41:04 +01:00