mirror of
https://github.com/HanXHX/ansible-mysql.git
synced 2026-02-24 10:13:30 +07:00
Replication OK (transfert from another git repo)
This commit is contained in:
9
tests/group_vars/slave
Normal file
9
tests/group_vars/slave
Normal file
@@ -0,0 +1,9 @@
|
||||
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']
|
||||
|
||||
# vim: set ft=yaml :
|
||||
Reference in New Issue
Block a user