| .. | ||
| defaults | ||
| handlers | ||
| tasks | ||
| templates/etc/mosquitto/conf.d | ||
| 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.mosquitto_add_to_ssl_cert_group- Default: false. Add the mosquitto user to the ssl-cert group.
TLS is enabled only if all of mosquitto_certfile, mosquitto_keyfile and
mosquitto_cafile are set.