1
0
Fork 0
ansible-collection-kit/roles/mosquitto/README.md

716 B

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.