From 92f12682d15461f4d51610f184826ccfdfff9c15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Lecour?= Date: Tue, 9 May 2017 23:50:52 +0200 Subject: [PATCH] evocheck: add a README --- evocheck/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 evocheck/README.md diff --git a/evocheck/README.md b/evocheck/README.md new file mode 100644 index 00000000..b4438d3f --- /dev/null +++ b/evocheck/README.md @@ -0,0 +1,15 @@ +# 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 +```