Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

ansible-mysql-hardening 2.0.0

Compare
Choose a tag to compare
@rndmh3ro rndmh3ro released this 22 Apr 18:37
· 69 commits to master since this release

2.0.0 (2017-04-21)

Full Changelog

Breaking Changes:

  • #22 (agno01)
    • renamed mysql_hardening_mysql_conf var to mysql_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 on mysql_hardening_mysql_conf_dir var

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