Ansible Lint |Total|New|Outstanding|Fixed|Trend
|:-:|:-:|:-:|:-:|:-:
|2646|5|2641|6|:+1:
Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/353//ansiblelint">Evolix » ansible-roles » unstable #353</a>
Details
gitea/ansible-roles/pipeline/head This commit looks good
Details
This reverts commit
|
||
---|---|---|
.. | ||
defaults | ||
files | ||
meta | ||
tasks | ||
templates | ||
tests | ||
.kitchen.yml | ||
README.md |
README.md
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.
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
Variables
We can force install via :
evocheck_update_crontab
: will update the crontab (default:True
)