ansible-mariadb-galera-cluster
ansible-mariadb-galera-cluster copied to clipboard
**Describe the bug** Ubuntu 20.04 Molecule tests are failing and need to be figured out. **Expected behavior** Ubuntu 20.04 Molecule tests should work as expected. ```bash TASK [ansible-mariadb-galera-cluster : setup_cluster...
## Description Added support for Ubuntu 22 (Jammy) ## Related Issue N/A ## Types of changes - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New...
**Is your feature request related to a problem? Please describe.** When a configuration change on our Galera Cluster, the ansible tasks `setup_cluster | restarting node to apply config changes (other...
Hi! I'm new in ansible, and I try to install a galera cluster on my test enviroment. But I have this error: Traceback (most recent call last): File "/usr/local/Cellar/ansible/6.1.0/libexec/lib/python3.10/site-packages/ansible/template/__init__.py", line...
There's no guide for customizing variables per our environment. For example, I got an error for the interface, and then I understood that I should go to `main.yml` to replace...
**Describe the bug** With new version of ansible and community mysql I started getting the following error: ``` failed: [services-mariadb-cluster-01.staging.example.com] (item=ip-172-21-1-53) => {"ansible_loop_var": "item", "changed": false, "item": "ip-172-21-1-53", "msg": "(1133,...
When MariaDB is not installed, we get the following error: ` FAILED! => {"msg": "The conditional check '\"mariadb\" not in mariadb_version_check.stdout and mariadb_version_check.rc == 0' failed. The error was: error...
Bumps [black](https://github.com/psf/black) from 22.12.0 to 24.3.0. Release notes Sourced from black's releases. 24.3.0 Highlights This release is a milestone: it fixes Black's first CVE security vulnerability. If you run Black...
The mariadb version that is extracted using the CLI is not working properly. mariadb -V mariadb from 11.3.2-MariaDB, client 15.2 for debian-linux-gnu (x86_64) using EditLine wrapper fatal: [135.181.223.16]: FAILED! =>...
A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. change content of mariadb_tls_files with new certificats 2. rerun playbook 3. certificates...