Ansible adaptions (config_example)

This commit is contained in:
Dirk Alders 2023-11-03 14:47:39 +01:00
parent 65bfc63fc4
commit efd61a82bf

View File

@ -4,10 +4,10 @@ import geo
import os import os
import report import report
MQTT_USER = "user" MQTT_USER = "<mqtt_smarthome_username>"
MQTT_PASS = "password" MQTT_PASS = "<mqtt_smarthome_password>"
MQTT_SERVER = "host" MQTT_SERVER = "<mqtt_smarthome_hostname>"
MQTT_TOPIC = "leyk" MQTT_TOPIC = "<mqtt_leyk_topic>"
GEO_POSITION = geo.gps.coordinate(lat=49.519167, lon=9.3672222) GEO_POSITION = geo.gps.coordinate(lat=49.519167, lon=9.3672222)