IbrahimMohammad.mysql_secure_installation

mysql_secure_installation

mysql_secure_installation is an Ansible role designed to enhance the security of MySQL installations. It performs the same functions as the mysql_secure_installation script.

Requirements

You need to have MariaDB/MySQL installed on the target machine.

Role Variables

---
# Default settings for ansible-role-mysql_secure_installation (msi)

# msi-mysql_root_pass >> If you have already set the root password, enter it here.
# By default, there is no password.
msi_mysql_root_pass: ''

# msi-new_mysql_root_pass >> This is required. This will be the new root password for MySQL.
# If you want to keep your old password, you can enter it here as well.
# Remember to always use Ansible Vault for any sensitive information :)
#msi_new_mysql_root_pass: 'your_new_pass'

Example Playbook

---
- hosts: dbservers
  roles:
      - { role: IbrahimMohammad.mysql_secure_installation, 
          msi_new_mysql_root_pass: 'pass' 
        }

License

GPLv3

Informazioni sul progetto

Ansible role to improve MariaDB/MySQL installation security. It do what mysql_secure_installation script do.

Installa
ansible-galaxy install IbrahimMohammad.mysql_secure_installation
Licenza
Unknown
Download
434
Proprietario