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

Authentication task changes for 10.4. These changes have two purposes: #34

Closed herd-the-cats closed 4 years ago

herd-the-cats commented 4 years ago

one is to add unix_socket authentication capability via a boolean for versions older than 10.4. The second is to skip password tasks for 10.4 because it has secure passwordless login with unix_socket by default.

bertvv commented 4 years ago

Thank you for this contribution!