Ansible adaptions (config_example)
This commit is contained in:
parent
65bfc63fc4
commit
efd61a82bf
@ -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)
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user