ansible-role-mysql icon indicating copy to clipboard operation
ansible-role-mysql copied to clipboard

Ansible Role - MySQL

Results 54 ansible-role-mysql issues
Sort by recently updated
recently updated
newest added

We prefer to type mysql passwords in manually for slightly improved security. It'd be nice if there was an option not to install ~/.my.cnf.

Starting with MariaDB 10.8.1 the `ib_logfile0` is required and should not be deleted (ref. [MDEV-27199: Require ib_logfile0 to exist](https://jira.mariadb.org/browse/MDEV-27199).

Simply changing a additional files does not cause a restart mysql and handler notify. default value for ansible.builtin.template must be force = True : https://github.com/geerlingguy/ansible-role-mysql/blob/9f580ee10411edc5a12345edeac3dd2c69e9834e/tasks/configure.yml#L34 When the file is not...

I hope this change fixes the bug #553

add support for user resource_limits For more details: https://docs.ansible.com/ansible/latest/collections/community/mysql/mysql_user_module.html#parameter-resource_limits Fixes #388

# Summary In some cases, specifying a known src path in `mysql_config_include_files` is not possible / complicated and it may be much cleaner to provide raw file content to be...

Here's the output of mysql_secure_installation: [root@webserver~]# mysql_secure_installation NOTE: RUNNING ALL PARTS OF THIS SCRIPT IS RECOMMENDED FOR ALL MariaDB SERVERS IN PRODUCTION USE! PLEASE READ EACH STEP CAREFULLY! In order...

This PR updates the `Ensure MySQL users are present` task in `tasks/users.yml` to handle changes introduced in MySQL 8.4, where the `mysql_native_password` plugin is no longer enabled by default. The...

stale

Hi Jeff, i'm currently in the process of setting up a mariadb server which i try to tweak with a ramdisk for tmp tables etc. is there a possiblilty to...

stale

Hello, Ansible version: core 2.17.11 Awx version: 24.5.0 Rockey Linux version: 9.5 I am encountering an issue while running the role. Error Message: "msg": "unable to find /root/.my.cnf. Exception message:...