ansible-roles/evocheck/README.md

20 lines
496 B
Markdown
Raw Normal View History

2017-05-09 23:50:52 +02:00
# evocheck
Install and run evocheck ; a script for checking various settings automatically.
## Tasks
The roles does not install evocheck by default as it should be installed through dependencies.
2017-05-09 23:50:52 +02:00
A separate `exec.yml` file can be imported manually in playbooks or roles to execute the script. Example :
```
- include_role:
2019-11-29 14:00:25 +01:00
name: evolix/evocheck
2017-05-09 23:50:52 +02:00
tasks_from: exec.yml
```
## Variables
We can force install via :
* `evocheck_update_crontab` : will update the crontab (default: `True`)