feat: add mysqltuner to MariaDB role

This commit is contained in:
VC
2024-07-05 11:53:42 +02:00
parent 98a173f739
commit 5dcfef4880

View File

@@ -1,8 +1,10 @@
---
- name: Install mariadb
- name: Install mariadb and mysqltuner
ansible.builtin.package:
name: mariadb-server
name:
- mariadb-server
- mysqltuner
state: present
- name: Create mysql directory