We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d9cfe5 commit 11f5b34Copy full SHA for 11f5b34
icpc-wf/ansible/files/mysql.replication.cnf.j2
@@ -8,4 +8,4 @@ log-bin = /var/log/mysql/mysql-bin.log
8
binlog_do_db = domjudge
9
10
# Host specific replication configuration
11
-server_id = {{ ansible_default_ipv4.address | regex_replace('^10\.3\.3\.', '') }}
+server_id = {{ ansible_default_ipv4.address | regex_replace('^10\.\d+\.\d+\.', '') }}
0 commit comments