|
1 month ago | |
---|---|---|
.. | ||
defaults | 2 years ago | |
files | 1 month ago | |
meta | 1 year ago | |
tasks | 1 year ago | |
templates | 1 year ago | |
tests | 3 years ago | |
.kitchen.yml | 3 years ago | |
README.md | 1 year ago |
Install and run evocheck ; a script for checking various settings automatically.
The roles does not install evocheck by default as it should be installed through dependencies.
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
We can force install via :
evocheck_force_install: local
: will copy the script provided by the roleevocheck_force_install: package
: will install the package via repositoriesevocheck_update_crontab
: will update the crontab (default: True
)