mysql_secure_installation_Ansible icon indicating copy to clipboard operation
mysql_secure_installation_Ansible copied to clipboard

Idempotent Ansible Module that provides the functions of "mysql_secure_installation" script

Results 6 mysql_secure_installation_Ansible issues
Sort by recently updated
recently updated
newest added

`An exception occurred during task execution. To see the full traceback, use -vvv. The error was: TypeError: Value of unknown type: , (1356, "View 'mysql.user' references invalid table(s) or column(s)...

Just curious: With loginPassword '' - will this work "idempotent" next time?

Comparing versions on a numeric base results in the unexpected truth that float(10.11) is smaller than float(10.4). This leads to the wrong queries being used on newer mysql/maria db installations...

Environment: OS:Oracle Linux 8.5; Mysql 8.0.26;PyMySQL;ansible 2.9.27 Playbook: - name: test mysql_secure_installation mysql_secure_installation: login_password: '' new_password: '{{ mysql_root_password }}' user: root login_host: localhost hosts: ['localhost', '127.0.0.1', '::1'] change_root_password: true remove_anonymous_user:...

I'm getting the following error on Debian 11 (x86_64): An exception occurred during task execution. To see the full traceback, use -vvv. The error was: IndexError: list index out of...

This package does just what I'm looking for, but I can't find it on galaxy, which makes it hard to make my overall config portable and work with `requirements.yml` for...