The purpose of this role is to deploy mysql onto Ubuntu.
Configuration variables are shown below along with default values.
- mysql_bind_address: 127.0.0.1
- mysql_port: 3306
- hosts: all
sudo: True
roles:
- mysql
GPLv2
The purpose of this role is to deploy mysql onto Ubuntu.
Configuration variables are shown below along with default values.
- hosts: all
sudo: True
roles:
- mysql
GPLv2