bertvv / ansible-role-mariadb

Install MariaDB on RHEL/CentOS 7 or Fedora.
https://galaxy.ansible.com/bertvv/mariadb/
Other
144 stars 108 forks source link

Add support for encrypted user passwords #62

Open timovandenabbeel opened 1 year ago

timovandenabbeel commented 1 year ago

This PR adds the parameter encrypted to the user creation task and gives it a default value of no. Enabling encypted gives the user the option to provide a password in the form of a mysql_native_password hash.