https://github.com/rhaamo/ansible_librenms_agent
Ansible Role to install LibreNMS Agent
https://github.com/rhaamo/ansible_librenms_agent
ansible ansible-role librenms
Last synced: about 2 months ago
JSON representation
Ansible Role to install LibreNMS Agent
- Host: GitHub
- URL: https://github.com/rhaamo/ansible_librenms_agent
- Owner: rhaamo
- Created: 2019-02-19T20:42:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-02T17:48:26.000Z (almost 6 years ago)
- Last Synced: 2025-01-11T13:47:27.786Z (over 1 year ago)
- Topics: ansible, ansible-role, librenms
- Size: 12.7 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LibreNMS Ansible Role
Import in playbook:
```yaml
- hosts: all
roles:
- { role: rhaamo.librenms_agent, become: true }
```
Default config:
```yaml
# Repository with LibreNMS Agent sources
librenms_agent_repository: 'https://github.com/librenms/librenms-agent.git'
# Which version to install, defaults to master
librenms_agent_version: 'master'
# check_mk scripts to deploy
# choice of available scripts: https://github.com/librenms/librenms-agent/tree/master/agent-local
librenms_agent_check_mk_scripts: []
```