This role installs and configures a mysql server.
- mysql_server_bind_address: Network address mysql will listen (default: '0.0.0.0')
- mysql_server_version: Mysql version to install (default: '5.6')
- mysql_server_root_password: Root password
- hosts: servers
roles:
- { role: mysql-server, mysql_server_root_password: SuperSecretPass }
BSD