ansible-role-mysql
ansible-role-mysql copied to clipboard
Ansible Role - MySQL
When `mysql_slow_query_log_enabled: true` is set, the setup of a new MariaDB server fails with error: ``` TASK [geerlingguy.mysql : Create slow query log file (if configured).] ********* fatal: [peters-zandbak]: FAILED!...
### Background The `mysql_cli_version` variable is extracted by parsing the output of `{{ mysql_daemon }} --version` command. ### Problem While this does work with our MariaDB v10 installation from the...
Hello. I am using newest role 5.0 version and seems there is a bug when installing mariadb-server. mysql_cli_version variable is being defined as 10.x.xx-MariaDB instead of 10.x.xx. Therefore, these tasks...
With the following commit, https://github.com/geerlingguy/ansible-role-mysql/commit/d5955be135134f3b6b30cbbb7a7bc93fe0e836db#diff-bfe75a73e757559e6a512fbc1fb33aca5d0d420d061e93d93c1a8b0b2209a129L3, the compatibility with CentOS 7 is now broken. The role will fail with: ``` TASK [geerlingguy.mysql : Run mysql --version] ********************************* fatal: [managed-node-1740405824]: FAILED! =>...