Separating galera settings

This commit is contained in:
2016-02-03 09:44:22 -05:00
parent 522bd113fc
commit 89ae460cd0

View File

@@ -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]