ansible-roles/nagios-nrpe/README.md
William Hirigoyen c310482ba6
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
domains: revert commits moved to dev branch domains
2022-09-15 10:48:55 +02:00

15 lines
419 B
Markdown

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