*Mosquitto* implements an MQTT server. It is the recommended implementation for using MQTT with Home Assistant. I have added this role to deploy Mosquitto on the Home Assistant server. It will be used to send data from custom sensors, such as the temperature/pressure/humidity sensor connected to the living room wall display.
7 lines
220 B
YAML
7 lines
220 B
YAML
samba_interfaces:
|
|
- '{{ dch_networks.blue.ipv4_address }}'
|
|
mosquitto_port: 8883
|
|
mosquitto_certfile: /etc/pki/tls/certs/localhost.crt
|
|
mosquitto_keyfile: /etc/pki/tls/private/localhost.key
|
|
mosquitto_allow_anonymous: false
|