Fixed haproxy and my.cnf config files. Also tried to fix mysql password variables

This commit is contained in:
2016-02-03 09:40:05 -05:00
parent cb89787962
commit 522bd113fc
3 changed files with 4 additions and 4 deletions

View File

@@ -109,7 +109,7 @@ 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"] }}