Skip to content
Snippets Groups Projects

mysql: Add options to enable binlog

Merged Thomas Schneider requested to merge th/mysql-binlog into master
All threads resolved!
Files
4
+ 3
0
@@ -8,3 +8,6 @@ mysql_backup_user: "backup"
mysql_backup_password: "{{ lookup('passwordstore', 'db/{{ ansible_hostname }}-mysql-backup create=true length=20') }}"
mysql_rsnapshot: false
# It is the admin’s responsibility to further configure binlogs, especially
# purging them if required.
mysql_enable_binlog: false
Loading