https://github.com/hspaans/ansible-role-nagios
Ansible Role for Nagios
https://github.com/hspaans/ansible-role-nagios
ansible ansible-role monitoring nagios
Last synced: 2 months ago
JSON representation
Ansible Role for Nagios
- Host: GitHub
- URL: https://github.com/hspaans/ansible-role-nagios
- Owner: hspaans
- License: mit
- Created: 2020-08-10T23:24:54.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-29T01:37:09.000Z (over 2 years ago)
- Last Synced: 2026-03-01T22:51:02.018Z (4 months ago)
- Topics: ansible, ansible-role, monitoring, nagios
- Language: Perl
- Homepage:
- Size: 91.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Role Name
Install and maintain Nagios.
## Requirements
None.
## Role Variables
Default variables are set in `defaults/main.yml`.
## Dependencies
No dependency on other Ansible Galaxy roles.
## Example Playbook
```yaml
---
- hosts: servers
roles:
- { role: hspaans.nagios, become: true }
```
## License
MIT
## Author Information
This role was created in 2020 by [Hans Spaans](https://github.com/hspaans).