Skip to content
Snippets Groups Projects

mysql: Add options to enable binlog

Merged Thomas Schneider requested to merge th/mysql-binlog into master
4 files
+ 34
0
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 1
0
@@ -8,3 +8,4 @@ mysql_backup_user: "backup"
@@ -8,3 +8,4 @@ mysql_backup_user: "backup"
mysql_backup_password: "{{ lookup('passwordstore', 'db/{{ ansible_hostname }}-mysql-backup create=true length=20') }}"
mysql_backup_password: "{{ lookup('passwordstore', 'db/{{ ansible_hostname }}-mysql-backup create=true length=20') }}"
mysql_rsnapshot: false
mysql_rsnapshot: false
 
mysql_enable_binlog: false
Loading