Commit graph

27 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
Alexis Ben Miloud--Josselin 982112bd64 rabbitmq: add link in default page
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
2022-12-07 15:49:03 +01:00
Jérémy Lecour b36d4c4766 various fixes for Debian 12 2022-11-06 15:25:17 +01:00
Alexis Ben Miloud--Josselin 644793d2ec Ajouter check_rabbitmq pour Python 3
Some checks reported errors
gitea/ansible-roles/pipeline/head Something is wrong with the build of this commit
2022-08-01 17:43:00 +02:00
Jérémy Lecour b293cf2cf9 Install python 2 or 3 libraries according to running python version 2021-09-30 17:05:10 +02:00
Jérémy Lecour 437d2986ae better python3 modules management 2021-09-29 18:39:29 +02:00
Jérémy Lecour 9c8dd743c8 Use python3 packages on Debian 11 and later 2021-07-02 21:16:15 +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 e04d881988 replace "with_items" in apt modules 2019-12-31 16:18:56 +01:00
Eric Morino be2ea39158 Add buster for RabbitMQ 2019-12-30 17:27:39 +01:00
Victor LABORIE 6f5e13f8b8 Add evolix prefix to include_role 2019-11-29 14:00:25 +01:00
Jérémy Lecour aa28e9c1b8 change repositories URL 2019-03-21 15:31:58 +01:00
Jérémy Lecour ec535b036c apt module: Use "state: present" instead of "state: installed"
"state: installed" is deprecated in Ansible 2.5
2018-05-18 09:33:25 +02:00
Jérémy Lecour b7d4f92ad2 rabbitmq: add a munin plugin 2017-11-29 14:17:38 +01:00
Jérémy Lecour 33c4d54edc rabbitmq: remount /usr before installing the check 2017-11-28 10:43:19 +01:00
Jérémy Lecour f1063cce94 rabbitmq: NRPE check and config 2017-11-26 19:30:24 +01:00
Gabriel Periard-Tremblay 87ebadcadd Kitchen: Change base image to evolix/ansible 2017-06-02 08:38:08 -04:00
Jérémy Lecour 93071fdf4a rabbitmq: fix indentation 2017-05-30 15:16:57 +02: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 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