wonderwoob / ansible-role-mariadb

Ansible Role: MariaDB

Home Page:https://galaxy.ansible.com/list#/roles/2462

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ansible Role: MariaDB

Installs MariaDB

Supported platforms

CentOS 6 & 7
Ubuntu 14.04

Post install

Run mysql_secure_installation

Requirements

None

Role Variables

MariaDB version:

mariadb_version: 10.0

Configuration template:

mysql_conf_tpl: change_me

Configuration filename:

mysql_conf_file: settings.cnf

Experimental unattended mysql_secure_installation

ansible-playbook release.yml --extra-vars "mysql_secure_installation=true mysql_root_password=your_very_secret_password"

Dependencies

None

Example Playbook

- hosts: servers
  roles:
    - { role: pcextreme.mariadb }

Credits

License

The MIT License (MIT). Please see License File for more information.

About

Ansible Role: MariaDB

https://galaxy.ansible.com/list#/roles/2462

License:MIT License