mysql_server

Ansible Role for MySQL Community Server 8.0

Build Status Galaxy Role

This role helps to install and configure MySQL Community Server 8.0 to Debian (bullseye/buster).

Requirements

This role requires Ansible 2.9 or higher.

Role Variables

The variables that can be passed to this role and a brief description about them are as follows:

---
mysql_root_password: Aver@gEStr0ngPaSSw0rd
mysql_data_dir: /path/to/mysql/data
mysql_bind_address: 10.0.0.1

Variables 'mysql_data_dir' and 'mysql_bind_address' are optional. Default values for optional variables:

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

Dependencies

None.

Example Playbook

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

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

License

MIT

Author Information

This role was created by Artem Kasianchuk.

About

Install and configure MySQL Community Server 8.0

Install
ansible-galaxy install leadlineit/mysql_server
GitHub repository
License
Unknown
Downloads
114
Owner