mysql: disable performance schema for Debian 8
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend
|:-:|:-:|:-:|:-:|:-:
|2662|4|2658|5|:+1:
Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/429//ansiblelint">Evolix » ansible-roles » unstable #429</a>
gitea/ansible-roles/pipeline/head This commit looks good
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend
|:-:|:-:|:-:|:-:|:-:
|2662|4|2658|5|:+1:
Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/429//ansiblelint">Evolix » ansible-roles » unstable #429</a>
gitea/ansible-roles/pipeline/head This commit looks good
This commit is contained in:
parent
26e3dc1be6
commit
b0992bcaf9
2 changed files with 2 additions and 0 deletions
|
@ -39,6 +39,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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue