mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-26 00:18:03 +02:00
11 lines
161 B
YAML
11 lines
161 B
YAML
---
|
|
- hosts: all
|
|
sudo: yes
|
|
|
|
vars:
|
|
influxdb_udp_enabled: "true"
|
|
influxdb_udp_bind_address: "0.0.0.0:8090"
|
|
|
|
roles:
|
|
- { role: mtchavez.influxdb }
|