ansible_services_hardening/mysql/vars/Ubuntu_16.yml

15 lines
375 B
YAML
Raw Normal View History

2023-04-09 16:45:51 +02:00
---
mysql_daemon: mysql
mysql_hardening_mysql_conf_file: '/etc/mysql/my.cnf'
mysql_hardening_mysql_confd_dir: '/etc/mysql/conf.d'
mysql_hardening_log_file: '/var/log/mysql/error.log'
mysql_cnf_owner: 'root' # owner of /etc/mysql/*.cnf files
mysql_cnf_group: 'mysql' # owner of /etc/mysql/*.cnf files
mysql_hardening_group: 'adm'
mysql_python_package: "python-mysqldb"