ansible-role-mariadb-debian/tasks
Kalle Kiviaho f86f4741ca Replace community.mysql with ansible.mariadb collection
community.mysql 6.0.0 drops MariaDB support (#71), so switch the role to the MariaDB Foundation's ansible.mariadb collection: mysql_user/mysql_db/mysql_replication become mariadb_user/mariadb_db/mariadb_replication in tasks/, and community.mysql -> ansible.mariadb in requirements.yml (+ README links).

ansible.mariadb is a fork of community.mysql: same PyMySQL driver (vars/* package installs unchanged) and identical module parameters, replication modes (getreplica/changeprimary/resetreplica/startreplica), primary_use_gtid choices, and Is_Replica/Slave_IO_Running return keys - so task logic is unchanged.
2026-07-30 10:12:24 +02:00
..
backup.yml
configure.yml Leave logdir and datadir to packages deployment 2025-11-10 10:29:20 +01:00
databases.yml Replace community.mysql with ansible.mariadb collection 2026-07-30 10:12:24 +02:00
main.yml Porting ansible to 2.5 2025-11-26 14:10:33 +01:00
replication_primary.yml Replace community.mysql with ansible.mariadb collection 2026-07-30 10:12:24 +02:00
replication_replica.yml Replace community.mysql with ansible.mariadb collection 2026-07-30 10:12:24 +02:00
setup_alpine.yml Move standard package lists to __mariadb_packages vars; clarify test guards 2026-07-24 09:50:57 +02:00
setup_debian.yml Move standard package lists to __mariadb_packages vars; clarify test guards 2026-07-24 09:50:57 +02:00
setup_redhat.yml Move standard package lists to __mariadb_packages vars; clarify test guards 2026-07-24 09:50:57 +02:00
users.yml Replace community.mysql with ansible.mariadb collection 2026-07-30 10:12:24 +02:00
variables.yml Move standard package lists to __mariadb_packages vars; clarify test guards 2026-07-24 09:50:57 +02:00