roles/mosquitto: Add role to deploy MQTT server
*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.
This commit is contained in:
@@ -1,2 +1,6 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user