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:
@@ -2,7 +2,6 @@ mysql_replication_master: false
|
||||
mysql_replication_slave: true
|
||||
mysql_replication_user: 'replication'
|
||||
mysql_replication_password: '1a2b3c'
|
||||
mysql_replication_host: '{{ his_master }}'
|
||||
mysql_server_id: 2
|
||||
mysql_slave_ignore_db: ['norepl']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user