mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-09 19:30:18 +01:00
Don't set replication role to 'master' by default, saves binlogs.
This commit is contained in:
parent
53e27f8fd5
commit
4b686f53af
2 changed files with 2 additions and 2 deletions
|
@ -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: []
|
||||
|
||||
|
|
|
@ -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: []
|
||||
|
|
Loading…
Reference in a new issue