ansible-roles/evomaintenance
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 evomaintenance: install the embedded script by default 2020-03-21 19:07:26 +01:00
files evomaintenance: upstream release 22.07 2022-07-27 15:49:41 +02:00
handlers minifirewall: fix failed_when conditions on restart 2022-05-10 16:40:45 +02:00
meta Update Galaxy metadata (company, platforms and galaxy_tags) 2021-06-28 15:26:28 +02:00
tasks Replace the include module with include_tasks or import_tasks 2023-01-03 14:43:42 +01:00
templates fix non-breaking spaces 2022-12-14 11:47:53 +01:00
tests Add some kitchen tests for many roles 2017-05-18 15:16:30 +02:00
.kitchen.yml Kitchen: Change base image to evolix/ansible 2017-06-02 08:38:08 -04:00
README.md evomaintenance: a vendored version is available to install 2018-09-20 17:08:36 +02:00

evomaintenance

Install a script to notify when operations are performed on a server

Tasks

Installation and configuration are performed via tasks/main.yml. A shell exit trap is added to users' .profile in tasks/trap.yml.