An Ansible Role that installs and configures Mariadb on RedHat/CentOS or Debian/Ubuntu.
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.
None
---
- hosts: all
become: true
vars:
roles:
- { role: jgeusebroek.mariadb, tags: ["mariadb"] }
TODO
MIT / BSD
2017-2020 by Jeroen Geusebroek.