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
9 lines
212 B
YAML
9 lines
212 B
YAML
mysql_replication_master: false
|
|
mysql_replication_slave: true
|
|
mysql_replication_user: 'replication'
|
|
mysql_replication_password: '1a2b3c'
|
|
mysql_server_id: 2
|
|
mysql_slave_ignore_db: ['norepl']
|
|
|
|
# vim: set ft=yaml :
|