This repository was archived by the owner on Nov 17, 2020. It is now read-only.
ansible-mysql-hardening 2.0.0
2.0.0 (2017-04-21)
Breaking Changes:
- #22 (agno01)
- renamed
mysql_hardening_mysql_confvar tomysql_hardening_mysql_conf_file - introduced
mysql_hardening_mysql_conf_dirvariable - set default value of
mysql_hardening_mysql_conf_dirvariable for RedHat, OracleLinux, Debian - changed default hardcoded full path in
mysql_hardening_hardening_confvar to be based onmysql_hardening_mysql_conf_dirvar
- renamed
Implemented enhancements:
- Add CentOS7 with MariaDB support #27 (chrispoupart)
- add follow=yes to my.cnf protect task, incase its a symlink. fixes #20 #21 (rndmh3ro)
Fixed bugs:
- error on task protect my.cnf #20