Commit graph

19 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
Ludovic Poujol ac85efe8aa vrrpd: Small fix to work in check mode
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
2022-12-14 11:01:03 +01:00
Ludovic Poujol bd6c7792a8 vrrpd: Fix systemd service name file
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
2022-08-24 17:57:27 +02:00
Jérémy Lecour 1972826c79 vrrpd: better process management in systemd unit
All checks were successful
continuous-integration/drone/push Build is passing
2022-08-19 12:03:34 +02:00
Jérémy Lecour a1995f0e74 WIP: add vrrp addresses via Ansible
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-17 10:54:26 +02:00
Jérémy Lecour 58909bc395 vrrpd: Store sysctl values in specific file 2022-04-22 09:32:37 +02:00
Jérémy Lecour 74ab96d67f loop syntax and whitespaces 2021-08-27 11:01:28 +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 5138065059 Use 'loop' syntax instead of 'with_items' 2021-05-04 14:19:18 +02: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 62fbbd2016 Rename role "apt-repositories" to "apt" 2017-07-19 08:56:46 +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 404f4445d4 install backports with "tasks_from"
When including a specific tasks file, we bypass the "main" tasks of the role and the conditionals.
That way we don't play useless tasks and don't rely on default values.
2017-05-23 15:13:11 +02:00
Jérémy Lecour 17be773822 Extract Evolix public APT sources 2017-05-21 11:00:46 +02:00
Jérémy Lecour 033ebaa593 Add tests for many roles 2017-05-18 15:44:21 +02:00
Victor LABORIE 0f68c0802a vrrpd: add readme and meta 2017-05-10 14:47:04 +02:00
Victor LABORIE ca6bee0ce5 vrrpd: add sysctl param for bound on virtual ip 2017-05-10 14:47:04 +02:00
Victor LABORIE 85d90e05f1 Add vrrpd role 2017-05-10 14:15:52 +02:00