mirror of
https://github.com/HanXHX/ansible-mysql.git
synced 2026-02-24 10:13:30 +07:00
Stretch support
- 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
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
mysql_bind_address: '{{ ansible_eth1.ipv4.address }}'
|
||||
mysql_bind_address: '0.0.0.0'
|
||||
mysql_extra_configuration:
|
||||
innodb_commit_concurrency: 0
|
||||
mysql_use_percona_apt: true
|
||||
mysql_install_xtrabackup_package: true
|
||||
|
||||
Reference in New Issue
Block a user