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:
2021-05-02 18:46:27 -05:00
parent 7b04326146
commit bb6186b90e
7 changed files with 1050 additions and 0 deletions

View File

@@ -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