leadlineit.mysql_server

Ansible Role for MySQL Community Server 8.0

Build Status Galaxy Role

This role helps you install and set up MySQL Community Server 8.0 on Debian (bullseye/buster).

Requirements

You need Ansible version 2.9 or higher to use this role.

Role Variables

Here are the variables you can use with this role and what they mean:

---
mysql_root_password: YourStrongPassword
mysql_data_dir: /path/to/mysql/data
mysql_bind_address: 10.0.0.1

The 'mysql_data_dir' and 'mysql_bind_address' variables are optional. Here are the default values if you don't set them:

---
mysql_data_dir: /var/lib/mysql
mysql_bind_address: 127.0.0.1

Dependencies

This role does not have any dependencies.

Example Playbook

Here’s an example of how to use this role:

- hosts: servers
  roles:
    - { role: leadlineit.mysql_server, tags: mysql_server }

License

MIT

Author Information

This role was created by Artem Kasianchuk.

Informazioni sul progetto

Install and configure MySQL Community Server 8.0

Installa
ansible-galaxy install leadlineit.mysql_server
Licenza
Unknown
Download
141
Proprietario