ansible-roles/evocheck
Jérémy Lecour 65f91f09b0 Disable warnings for mount commands related to /usr read-only 2017-06-12 15:11:40 +02:00
..
defaults evocheck: defaults file in its proper path 2017-04-25 15:10:07 +02:00
files evocheck: defaults file in its proper path 2017-04-25 15:10:07 +02:00
meta evocheck: fix syntax error 2017-04-25 14:44:25 +02:00
tasks Disable warnings for mount commands related to /usr read-only 2017-06-12 15:11:40 +02: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 evocheck: add a README 2017-05-09 23:50:52 +02:00

README.md

evocheck

Install and run evocheck ; a script for checking various settings automatically.

Tasks

The tasks in main.yml install the script. This is temporary as evocheck is a package on Debian which is a bit outdated for the moment. For OpenBSD, it should also be packaged, but the work is not done yet.

A separate exec.yml file can be imported manually in playbooks or roles to execute the script. Example :

- include_role:
    name: evocheck
    tasks_from: exec.yml