You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
garb_galera_nodes="{% for node_vars in mariadb_galera_cluster_nodes | map('extract', hostvars) %}{{ node_vars.mariadb['my.cnf'].galera.wsrep_node_address }}{% if not loop.last %},{% endif %}{% endfor %}"
3
-
garb_galera_group="{{ mariadb['my.cnf'].galera.wsrep_cluster_name if ansible_system == 'Linux' else mariadb['my.cnf'].mysqld.wsrep_cluster_name }}"
2
+
garb_galera_nodes="{% for node_vars in mariadb_galera_cluster_nodes | map('extract', hostvars) %}{{ node_vars.mariadb['my.cnf'].mysqld.wsrep_node_address }}{% if not loop.last %},{% endif %}{% endfor %}"
0 commit comments