Ansible role to install MariaDB on Ubuntu 16.04
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Blagovest Petrov 571d321d63 Woring :) 8 years ago
defaults first commit 8 years ago
handlers first commit 8 years ago
meta first commit 8 years ago
tasks Woring :) 8 years ago
templates first commit 8 years ago
vars first commit 8 years ago
README.md first commit 8 years ago

README.md

Ansible Role: MariaDB

Installs MariaDB

Supported platforms

Ubuntu 16.04

Post install

Run mysql_secure_installation

Requirements

None

Role Variables

MariaDB version:

mariadb_version: 10.1

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: eniac111.mariadb }

License

MIT / BSD

Author Information

Created by Blagovest Petrov Based on the role of Attila van der Velde