The mosquitto_passwd (https://mosquitto.org/man/mosquitto_passwd-1.html) command creates a hash password based on sha512-pbkdf2 (default).
Is there a way to create a sha512-pbkdf2 hash from e.g. a variable in Ansible?
The mosquitto_passwd (https://mosquitto.org/man/mosquitto_passwd-1.html) command creates a hash password based on sha512-pbkdf2 (default).
Is there a way to create a sha512-pbkdf2 hash from e.g. a variable in Ansible?