1
0
Fork 0
ansible-collection-kit/roles/mosquitto
Daniele Tricoli 3b2e3c64a1 Use mosquitto_become and mosquitto_become_user 2021-05-27 05:29:51 +02:00
..
defaults Change the dummy default password 2021-05-26 18:21:28 +02:00
handlers Add password and TLS configuration for mosquitto 2020-10-09 03:15:14 +02:00
tasks Use mosquitto_become and mosquitto_become_user 2021-05-27 05:29:51 +02:00
templates/etc/mosquitto/conf.d Use {{ ansible_managed }} 2021-05-26 18:22:12 +02:00
README.md Add note about TLS 2021-05-26 23:01:48 +02:00

README.md

mosquitto

Install and configure mosquitto.

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_user - Default: admin.
  • mosquitto_password - Default: "set the password, Luke!" (without quotes).
  • mosquitto_certfile - Default: "". Server certificate.
  • mosquitto_keyfile - Default: "". Server key.
  • mosquitto_cafile - Default: "". CA certificate.

TLS is enabled only if all of mosquitto_certfile, mosquitto_keyfile and mosquitto_cafile are set.