mirror of
https://github.com/HanXHX/ansible-mysql.git
synced 2026-02-24 10:13:30 +07:00
New release (#44)
* Manages MariaDB 10.6 + Debian 11
* Fix YAML lint
* Fix ansible lint
* Modernize TravisCI
* Fix service name depending OS version
* Add rsyslog on tests
* Remove useless variable in tests
* Use module mysql_replication instead of command for GTID setup
* Force 'mariadb' as service name if install from upstream
* Rename group vars file and valid YAML lint
* Galera install imrovements
* Do not force galera package name ('galera-3' was hardcoded)
* Prevent some crashes when galera is installed with mariadb at the same
time
* Install galera-3 on Buster + MariaDB from Debian repository
* Use FQDN Ansible modules
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
---
|
||||
|
||||
mariadb_bind_address: '0.0.0.0'
|
||||
mariadb_extra_configuration:
|
||||
innodb_commit_concurrency: 0
|
||||
@@ -1,3 +1,5 @@
|
||||
---
|
||||
|
||||
mariadb_use_galera: true
|
||||
mariadb_galera_members:
|
||||
- '{% if is_docker %}docker-{% else %}vbox-{% endif %}{{ ansible_distribution_release }}-{{ mariadb_origin }}-galera-1'
|
||||
@@ -1,3 +1,5 @@
|
||||
---
|
||||
|
||||
# Master durability
|
||||
mariadb_sync_binlog: '1'
|
||||
mariadb_innodb_flush_log_at_trx_commit: '1'
|
||||
@@ -1,3 +1,5 @@
|
||||
---
|
||||
|
||||
mariadb_replication_master: false
|
||||
mariadb_replication_slave: true
|
||||
mariadb_replication_user: 'replication'
|
||||
Reference in New Issue
Block a user