1
0
Fork 0

Add README for mosquitto role

This commit is contained in:
Daniele Tricoli 2021-05-26 19:05:14 +02:00
parent 629c85c994
commit 7a157feeef
1 changed files with 13 additions and 0 deletions

13
roles/mosquitto/README.md Normal file
View File

@ -0,0 +1,13 @@
# mosquitto
Install and configure [mosquitto](https://mosquitto.org/).
## Role Variables
* `mosquitto_become` - Default: true. Enable/disable the Ansible become
functionality.
* `mosquitto_become_user` - Default: root. When using become functionality for
privilege escalation, this is the user with desired privileges you become.
* `mosquitto_certfile` - Default: "". Server certificate.
* `mosquitto_keyfile` - Default: "". Server key.
* `mosquitto_cafile` - Default: "". CA certificate.