From 8977d816faa244c74ead69f18aee21cf8b416ffa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian-Samuel=20Geb=C3=BChr?= Date: Wed, 28 Jun 2023 23:55:54 +0200 Subject: [PATCH] Add docs --- docs/services/rumqttd.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 docs/services/rumqttd.md diff --git a/docs/services/rumqttd.md b/docs/services/rumqttd.md new file mode 100644 index 0000000..7ed18c3 --- /dev/null +++ b/docs/services/rumqttd.md @@ -0,0 +1,37 @@ +# rumqttd + +A high performance, embeddable [MQTT](https://en.wikipedia.org/wiki/MQTT) broker installed via [mother-of-all-self-hosting/ansible-role-rumqttd](https://github.com/mother-of-all-self-hosting/ansible-role-rumqttd). + + +# Configuring this role for your playbook + +## Dependencies + +This service does not require any dependecies. + +## Configuration + +To enable this service, add the following configuration to your `vars.yml` file and re-run the [installation](../installing.md) process: + +```yaml +######################################################################## +# # +# rumqttd # +# # +######################################################################## + +rumqttd_enabled: true + + +######################################################################## +# # +# /rumqttd # +# # +######################################################################## +``` + + + +## Usage + +You can then start to send MQTT messages to your broker on port 1883 via your