ansible-role-mysql
ansible-role-mysql copied to clipboard
Ansible Role - MySQL
Is that right? [master] 10.10.2.X [slave] 10.10.2.X [all:vars] ansible_python_interpreter=/usr/bin/python3
After installing `MariaDB 10.3` on `Ubuntu 20.04` via this ansible role, I am getting the following warnings in `/var/log/mysql/error.log`: ``` 2021-01-20 13:20:41 0 [Note] /usr/sbin/mysqld: ready for connections. Version: '10.3.25-MariaDB-0ubuntu0.20.04.1-log'...
As usual thanks for this ansible role. When using replication, the slave usually generate a LOT of logs and keeps all of them. Would it be possible to add an...
I have an issue in which I can't get ansible to see the replication user The Ansible version is 2.9 from EPEL on Rocky 8. check out is from ansible...
hey, what's the best way to work with the defaults that come with the distribution mysql config, you set some defaults in your configs. How would i clear them, use...
Hi , i am learning to use Ansible. Could you guide me how to write a task to check if a service is installed or not ,before we install that...
I'm trying to install mysql5.7 from the community repo. everything seems to go fine until it tries to access the mysql database with the mysql command line client TASK [mysql...
Since the beginning of 2022, the GPG keys for the official MySQL repository have expired preventing installation or update of MySQL packages.
tasks/configure.yml Line 51 Should this be 0750 instead of 0755? I think 0750 does a better job of locking out users that probably should not have access to MySQL files....