From 174e964c664398c135901c21056c9461e3c8f3a2 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Wed, 8 Jan 2025 21:45:44 -0600 Subject: [PATCH] Document mysql_disable_log_bin variable. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e44ed6b6..d039f6d2 100644 --- a/README.md +++ b/README.md @@ -154,6 +154,7 @@ The rest of the settings in `defaults/main.yml` control MySQL's memory usage and mysql_server_id: "1" mysql_max_binlog_size: "100M" mysql_binlog_format: "ROW" +mysql_disable_log_bin: false mysql_expire_logs_days: "10" mysql_replication_role: '' mysql_replication_master: ''