From 32b9bf4786cb0f2fcf01c8e3911122899ef1e587 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Fri, 31 Jan 2020 11:23:20 +0100 Subject: [PATCH] cleanup documentation --- README.md | 4 +++- meta/main.yml | 11 ++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 69a080b..aeee73c 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,9 @@ [![Build Status](https://img.shields.io/drone/build/ansible/xoxys.mosquitto?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.mosquitto) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) -Role to setup mosquitto mqtt broker +Setup [mosquitto](https://mosquitto.org/) mqtt broker. Eclipse Mosquitto is a message broker that implements the MQTT protocol. It is lightweight and suitable for use on all devices from low power single board computers to full servers. + +You can find the full documentation at [https://galaxy.geekdocs.de](https://galaxy.geekdocs.de/IoT/mosquitto/). ### License diff --git a/meta/main.yml b/meta/main.yml index 90b99ee..4352e24 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -3,7 +3,16 @@ galaxy_info: # @meta author:value: [Robert Kaussow](https://gitea.rknet.org/xoxys) author: Robert Kaussow - description: Role to setup mosquitto mqtt broker +# @meta description: > +# [![Source Code](https://img.shields.io/badge/gitea-source%20code-blue?logo=gitea&logoColor=white)](https://gitea.rknet.org/ansible/xoxys.mosquitto) +# [![Build Status](https://img.shields.io/drone/build/ansible/xoxys.mosquitto?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.mosquitto) +# [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) +# +# Setup [mosquitto](https://mosquitto.org/) mqtt broker. Eclipse Mosquitto is a message broker +# that implements the MQTT protocol. It is lightweight and suitable for use on all devices +# from low power single board computers to full servers. +# @end + description: Setup mosquitto mqtt broker license: MIT min_ansible_version: 2.8 platforms: