mysql: disable performance schema for Debian 8

This commit is contained in:
Jérémy Lecour 2023-12-11 18:21:57 +01:00 committed by William Hirigoyen
parent 87d8387e52
commit 55598841b2
2 changed files with 2 additions and 0 deletions

View file

@ -40,6 +40,7 @@ The **patch** part changes is incremented if multiple releases happen the same m
* kvmstats: use .capacity instead of .physical for disk size
* log2mail: move custom config in separate file
* lxc: init /etc git repository in lxc container
* mysql: disable performance schema for Debian 8
* nagios: rename var `nagios_nrpe_process_processes` into `nagios_nrpe_processes` and check systemd-timesyncd instead of ntpd in Debian 12
* proftpd: in SFTP vhost, enable SSH keys login, enable ed25549 host key for Debian >= 11
* squid: config directory seems to have changed from /etc/squid3 to /etc/squid in Debian 8

View file

@ -2,6 +2,7 @@
- ansible.builtin.set_fact:
mysql_config_directory: /etc/mysql/conf.d
mysql_performance_schema: False
- name: "Copy MySQL defaults config file (jessie)"
ansible.builtin.copy: