ansible-role-knx-monitor/defaults/main.yml

14 lines
252 B
YAML
Raw Normal View History

2022-12-19 16:11:10 +01:00
---
knx_monitor:
docker_version: "latest"
gateway_ip: "localhost"
config_path: "~/knx-monitor"
topology_source: "./topology.csv"
influx:
url: "http://localhost:8086"
bucket: "my_bucket"
org: "example.com"
token: "change_me"