jgeusebroek / ansible-role-mariadb

An Ansible Role that installs and configures MariaDB / Galera on RedHat/CentOS or Debian/Ubuntu.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Ansible Galaxy

Ansible role: Mariadb

An Ansible Role that installs and configures Mariadb on RedHat/CentOS or Debian/Ubuntu.

Requirements

Epel repository when using RedHat / CentOS. You could use ansible-role-epel for this. Furthermore ensure that SELinux and the firewall are disabled or configured correctly.

Dependencies

None

Example Playbook

---
- hosts: all
  become: true
  vars:

  roles:
   - { role: jgeusebroek.mariadb, tags: ["mariadb"] }

Example Variables

TODO

License

MIT / BSD

Author Information

2017-2020 by Jeroen Geusebroek.

About

An Ansible Role that installs and configures MariaDB / Galera on RedHat/CentOS or Debian/Ubuntu.


Languages

Language:HTML 93.3%Language:Python 6.7%