Don't set replication role to 'master' by default, saves binlogs.

This commit is contained in:
Jeff Geerling 2015-03-10 08:46:21 -05:00
parent 53e27f8fd5
commit 4b686f53af
2 changed files with 2 additions and 2 deletions

View file

@ -64,7 +64,7 @@ The rest of the settings in `defaults/main.yml` control MySQL's memory usage. Th
mysql_server_id: "1"
mysql_max_binlog_size: "100M"
mysql_expire_logs_days: "10"
mysql_replication_role: master
mysql_replication_role: ''
mysql_replication_master: ''
mysql_replication_user: []

View file

@ -72,7 +72,7 @@ mysql_users: []
mysql_server_id: "1"
mysql_max_binlog_size: "100M"
mysql_expire_logs_days: "10"
mysql_replication_role: master
mysql_replication_role: ''
mysql_replication_master: ''
# Same keys as `mysql_users` above.
mysql_replication_user: []