commit b53a1f83e4
Author: Robert Kaussow <mail@thegeeklab.de> Date: Thu Mar 3 21:15:48 2022 +0100 chore: add auto-generated _docs folder to gitignore file
This commit is contained in:
parent
526c32a3d2
commit
9b099eacb0
57
index.md
57
index.md
@ -3,34 +3,35 @@ title: mosquitto
|
|||||||
type: docs
|
type: docs
|
||||||
---
|
---
|
||||||
|
|
||||||
[![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)](https://gitea.rknet.org/ansible/xoxys.mosquitto/src/branch/master/LICENSE)
|
[![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)](https://gitea.rknet.org/ansible/xoxys.mosquitto/src/branch/master/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.
|
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.
|
||||||
|
|
||||||
* [Default Variables](#default-variables)
|
- [Default Variables](#default-variables)
|
||||||
* [mosquitto_acl](#mosquitto_acl)
|
- [mosquitto_acl](#mosquitto_acl)
|
||||||
* [mosquitto_acl_enabled](#mosquitto_acl_enabled)
|
- [mosquitto_acl_enabled](#mosquitto_acl_enabled)
|
||||||
* [mosquitto_acl_file](#mosquitto_acl_file)
|
- [mosquitto_acl_file](#mosquitto_acl_file)
|
||||||
* [mosquitto_base_dir](#mosquitto_base_dir)
|
- [mosquitto_base_dir](#mosquitto_base_dir)
|
||||||
* [mosquitto_bind_address](#mosquitto_bind_address)
|
- [mosquitto_bind_address](#mosquitto_bind_address)
|
||||||
* [mosquitto_ca_path](#mosquitto_ca_path)
|
- [mosquitto_ca_path](#mosquitto_ca_path)
|
||||||
* [mosquitto_group](#mosquitto_group)
|
- [mosquitto_group](#mosquitto_group)
|
||||||
* [mosquitto_packages_extra](#mosquitto_packages_extra)
|
- [mosquitto_packages_extra](#mosquitto_packages_extra)
|
||||||
* [mosquitto_password_auth_enabled](#mosquitto_password_auth_enabled)
|
- [mosquitto_password_auth_enabled](#mosquitto_password_auth_enabled)
|
||||||
* [mosquitto_password_auth_file](#mosquitto_password_auth_file)
|
- [mosquitto_password_auth_file](#mosquitto_password_auth_file)
|
||||||
* [mosquitto_password_auth_users](#mosquitto_password_auth_users)
|
- [mosquitto_password_auth_users](#mosquitto_password_auth_users)
|
||||||
* [mosquitto_persistence_enabled](#mosquitto_persistence_enabled)
|
- [mosquitto_persistence_enabled](#mosquitto_persistence_enabled)
|
||||||
* [mosquitto_persistence_path](#mosquitto_persistence_path)
|
- [mosquitto_persistence_path](#mosquitto_persistence_path)
|
||||||
* [mosquitto_pid_file](#mosquitto_pid_file)
|
- [mosquitto_pid_file](#mosquitto_pid_file)
|
||||||
* [mosquitto_port](#mosquitto_port)
|
- [mosquitto_port](#mosquitto_port)
|
||||||
* [mosquitto_tls_cert_path](#mosquitto_tls_cert_path)
|
- [mosquitto_tls_cert_path](#mosquitto_tls_cert_path)
|
||||||
* [mosquitto_tls_cert_source](#mosquitto_tls_cert_source)
|
- [mosquitto_tls_cert_source](#mosquitto_tls_cert_source)
|
||||||
* [mosquitto_tls_ciphers](#mosquitto_tls_ciphers)
|
- [mosquitto_tls_ciphers](#mosquitto_tls_ciphers)
|
||||||
* [mosquitto_tls_enabled](#mosquitto_tls_enabled)
|
- [mosquitto_tls_enabled](#mosquitto_tls_enabled)
|
||||||
* [mosquitto_tls_key_path](#mosquitto_tls_key_path)
|
- [mosquitto_tls_key_path](#mosquitto_tls_key_path)
|
||||||
* [mosquitto_tls_key_source](#mosquitto_tls_key_source)
|
- [mosquitto_tls_key_source](#mosquitto_tls_key_source)
|
||||||
* [mosquitto_user](#mosquitto_user)
|
- [mosquitto_user](#mosquitto_user)
|
||||||
* [Dependencies](#dependencies)
|
- [Discovered Tags](#discovered-tags)
|
||||||
|
- [Dependencies](#dependencies)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -249,6 +250,12 @@ mosquitto_tls_key_source: mykey.pem
|
|||||||
mosquitto_user: mosquitto
|
mosquitto_user: mosquitto
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Discovered Tags
|
||||||
|
|
||||||
|
tls_renewal
|
||||||
|
:
|
||||||
|
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
||||||
None.
|
None.
|
||||||
|
Loading…
Reference in New Issue
Block a user