EvoBSD/roles/evocheck/README.md

14 lines
287 B
Markdown
Raw Permalink Normal View History

# 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
```