All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend
|:-:|:-:|:-:|:-:|:-:
|2632|6|2626|5|:-1:
Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/365//ansiblelint">Evolix » ansible-roles » unstable #365</a>
gitea/ansible-roles/pipeline/head This commit looks good
|
||
---|---|---|
.. | ||
defaults | ||
files | ||
handlers | ||
meta | ||
tasks | ||
templates | ||
tests | ||
.kitchen.yml | ||
README.md |
nagios-nrpe
Installation and custom configuration of Nagios NRPE server.
Tasks
Everything is in the tasks/main.yml
file.
Available variables
nagios_nrpe_allowed_hosts
: list of IP/hosts authorized (default: none).nagios_nrpe_force_update_allowed_hosts
: force update list of allowed hosts (default:False
)
The full list of variables (with default values) can be found in defaults/main.yml
.