This repository has been 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_conf
var tomysql_hardening_mysql_conf_file
- introduced
mysql_hardening_mysql_conf_dir
variable - set default value of
mysql_hardening_mysql_conf_dir
variable for RedHat, OracleLinux, Debian - changed default hardcoded full path in
mysql_hardening_hardening_conf
var to be based onmysql_hardening_mysql_conf_dir
var
- 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