EvoBSD/roles/nagios-nrpe/README.md
Patrick Marchand 9f378fc1f9
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
Misunderstood syntax for unordered lists in markdown
So an unordered list needs three spaces and an ordered list needs
a dot and two spaces.
2020-06-04 13:27:03 -04:00

14 lines
322 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).
The full list of variables (with default values) can be found in `defaults/main.yml`.