~tleguern/ansible-role-mysql

Update builds strategies

Install rust on OpenBSD because why the fuck is it needed, merge the two
Debian builds to make space for Ubuntu (SourceHut only accepts four
concurrent builds).
Also fix OpenBSD version to latest and Ubuntu to lts.
On the other hand keep Debian firmly on bullseye to temporarily avoid
having to configure virtualenv and python-related annoying stuff.
Update Author Information section
3e9a39d3 — Aodren PERRIN 1 year, 10 months ago
Add force_context in users.yml

This option is required when using binlogs so activate it in every case
to be safe.
Update fedora and openbsd to latest versions
Try to address the private variables in vars/

My old strategy of operating-system-dedicated variables defined in vars
with the __ prefix doesn't work well with the argument_spec mechanism as
they are not considered defined during verification.

Applying the default filter with a dummy value should do the trick.
Only execute asserts.yml if < 2.11
Point to a mysql replication role.
Add an argument_specs.yml file
95a390e4 — Tristan Le Guern 2 years ago v0.5.1
Merge pull request #3 from smutel/RemoveOtherConfigs

fix: Existing configs not removed
4a376496 — Samuel Mutel 2 years ago
fix: Existing configs not removed
Update sr.ht build files
Detect previous installations
Rollback doc change for mysql_service_state
Bump year on LICENSE
Try to force Debian to remove the packages
Fix incorrect restart task in install-Debian.yml
Remove mariadb-client on OpenBSD and Debian

Not necessary to run a server.
Split molecule calls in separate blocks

Perhaps it will be easier to navigate builds.sr.ht this way.
Implement a nostart scenario on OpenBSD

Debian is too different from the other operating system for it to be
the only tested target.
This is because of the `Restart mysql` handler used in
`install-Debian.yml` task file.
Next
Do not follow this link