mirror of
https://github.com/HanXHX/ansible-mysql.git
synced 2026-04-03 13:12:10 +07:00
Support systemd distros what use new interface names (#26)
This commit is contained in:
@@ -17,7 +17,7 @@ wsrep_sst_method=rsync
|
|||||||
# TODO: wsrep_cluster_name="my_wsrep_cluster"
|
# TODO: wsrep_cluster_name="my_wsrep_cluster"
|
||||||
|
|
||||||
# Node Configuration
|
# Node Configuration
|
||||||
wsrep_node_address="{{ mysql_wsrep_node_address | default(ansible_eth0.ipv4.address) }}"
|
wsrep_node_address="{{ mysql_wsrep_node_address | default(ansible_default_ipv4.address) }}"
|
||||||
wsrep_node_name="{{ mysql_wsrep_node_name | default(ansible_fqdn) }}"
|
wsrep_node_name="{{ mysql_wsrep_node_name | default(ansible_fqdn) }}"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user