installs and configures MariaDB.
ansible-galaxy install arillso.mariadb| Variable | Default | Comments (type) |
|---|---|---|
| mariadb_version | 10.2 | mariadb version |
| mariadb_datadir | /var/lib/mysql | mariadb data location |
| mariadb_bind_address | 127.0.0.1 | mariadb bind address |
| mariadb_bind_port | 3306 | mariadb bind port |
None
- hosts: all
roles:
- arillso.mariadb- add support for Ubuntu 18.04
- add tags
- add plugin-load-add
- change flush handlers
- fix errors
- add official MariaDB Repository
- inital role
This project is under the MIT License. See the LICENSE file for the full license text.
(c) 2017, Simon Bärlocher