mirror of
https://github.com/HanXHX/ansible-mysql.git
synced 2026-02-24 10:13:30 +07:00
- Support Debian Stretch (MariaDB debian/upstream + Galera) - Doc updated - New travis tests (with Vagrant) - Drop support of mysql_innodb_additional_mem_pool_size - Xtrabackup optionnal installation + package name updatable - Fix many issues with replication (Ansible 2.3) - Auto-retreive master IP address on tests - MySQL tools per OS release
6 lines
155 B
Plaintext
6 lines
155 B
Plaintext
mysql_bind_address: '0.0.0.0'
|
|
mysql_extra_configuration:
|
|
innodb_commit_concurrency: 0
|
|
mysql_use_percona_apt: true
|
|
mysql_install_xtrabackup_package: true
|