mirror of
https://github.com/HanXHX/ansible-mysql.git
synced 2026-04-09 13:42:10 +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:
7
vars/Debian-jessie.yml
Normal file
7
vars/Debian-jessie.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
mysql_tools:
|
||||
- mytop
|
||||
- percona-toolkit
|
||||
- python-mysqldb
|
||||
- mysqltuner
|
||||
|
||||
mysql_default_xtrabackup_package: 'percona-xtrabackup'
|
||||
6
vars/Debian-stretch.yml
Normal file
6
vars/Debian-stretch.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
mysql_tools:
|
||||
- percona-toolkit
|
||||
- python-mysqldb
|
||||
- mysqltuner
|
||||
|
||||
mysql_default_xtrabackup_package: 'percona-xtrabackup-24'
|
||||
Reference in New Issue
Block a user