Introduction¶
Mosquitto is an open source Message Queue Telemetry Transport (MQTT) broker used in the Internet of Things paradigm.
The debops.mosquitto
Ansible role can be used to install and configure
Mosquitto on Debian/Ubuntu hosts. The role can use other DebOps roles to manage
firewall access to Mosquitto, publish Avahi services and configure an nginx
frontend for the Mosquitto WebSockets API.
Installation¶
This role requires at least Ansible v2.3.0
. To install it, run:
ansible-galaxy install debops.mosquitto