mirror of
https://github.com/dev-sec/ansible-collection-hardening
synced 2024-11-10 09:14:18 +00:00
[mysql_hardening] Setup defaults for MySQL on FreeBSD (#474)
Signed-off-by: Shawn Wilsher <656602+sdwilsh@users.noreply.github.com>
This commit is contained in:
parent
2ed9d8e9da
commit
3b33e0a7aa
1 changed files with 12 additions and 0 deletions
12
roles/mysql_hardening/vars/FreeBSD.yml
Normal file
12
roles/mysql_hardening/vars/FreeBSD.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
mysql_daemon: mysql-server
|
||||
|
||||
mysql_hardening_mysql_conf_file: '/usr/local/etc/mysql/my.cnf'
|
||||
mysql_hardening_mysql_confd_dir: '/usr/local/etc/mysql/conf.d'
|
||||
|
||||
mysql_hardening_log_file: '/var/db/mysql/mysql.err'
|
||||
|
||||
mysql_hardening_group: 'mysql'
|
||||
|
||||
mysql_cnf_owner: 'root' # owner of /usr/local/etc/mysql/*.cnf files
|
||||
mysql_cnf_group: 'mysql' # owner of /usr/local/etc/mysql/*.cnf files
|
Loading…
Reference in a new issue