Separating galera settings
This commit is contained in:
@@ -109,8 +109,11 @@ max_binlog_size = 100M
|
||||
|
||||
# Galera settings
|
||||
wsrep_cluster_name=wrestlingdev
|
||||
wsrep_cluster_address=gcomm://{% for host in groups['db'] %}{{ hostvars[host]['ansible_eth1']['ipv4']['address'] }}{% endfor %}
|
||||
|
||||
wsrep_cluster_address=gcomm://{% for host in groups['db'] %}{{ hostvars[host]['ansible_eth1']['ipv4']['address'] }},{% endfor %}
|
||||
|
||||
wsrep_sst_method=rsync
|
||||
|
||||
wsrep_node_address={{ ansible_eth1["ipv4"]["address"] }}
|
||||
|
||||
[mysqldump]
|
||||
|
||||
Reference in New Issue
Block a user