ansible-roles/mysql/templates/replication.cnf.j2

9 lines
175 B
Plaintext
Raw Permalink Normal View History

2022-12-28 09:03:37 +01:00
# {{ ansible_managed }}
[mysqld]
{% if mysql_log_bin %}
log_bin = {{ mysql_log_bin }}
{% endif %}
server_id = {{ mysql_server_id }}
binlog_format = {{ mysql_binlog_format }}