mirror of
https://github.com/HanXHX/ansible-mysql.git
synced 2026-02-24 10:13:30 +07:00
[GALERA] Install and configuration: first and other nodes
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
mysql_use_percona_repository: true
|
||||
mysql_bind_address: '0.0.0.0'
|
||||
mysql_bind_address: '{{ ansible_eth1.ipv4.address }}'
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
mysql_vendor: 'mariadb_galera'
|
||||
mysql_use_percona_repository: false
|
||||
mariadb_version: '10.1'
|
||||
mariadb_galera_members:
|
||||
- '192.168.200.18'
|
||||
- '192.168.200.19'
|
||||
- '192.168.200.20'
|
||||
|
||||
Reference in New Issue
Block a user