Skip to content

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

Notifications You must be signed in to change notification settings

jgeusebroek/ansible-role-mariadb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published