EvoBSD/roles/evocheck/README.md
2020-05-12 15:01:46 +02:00

14 lines
287 B
Markdown

# evocheck
Install and run evocheck ; a script for checking various settings automatically.
## Tasks
A separate `exec.yml` file can be imported manually in playbooks or roles to execute the script. Example :
```
- include_role:
name: evolix/evocheck
tasks_from: exec.yml
```