/ansible-role-repo-mariadb

A role that installes yum repository for MariaDB from official MariaDB Site

Primary LanguageShellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Build Status

Ansible Role: Repository-MariaDB

| A role that installs yum repository for MariaDB from official MariaDB Site

Motivation

This role is needed to get a proper repository for newer MariaDB versions directly from upstream.

Installation

Install from Ansible Galaxy

ansible-galaxy install while_true_do.repo_mariadb

Install from Github

git clone https://github.com/while-true-do/ansible-role-repo-mariadb.git while_true_do.repo_mariadb

Requirements

Used Modules

Role Variables

# defaults/main.yml
wtd_repo_mariadb_version: "10.2"

wtd_repo_mariadb_supported_versions_centos: [ "5.5", "10.1", "10.2", "10.3" ]
wtd_repo_mariadb_supported_versions_fedora: [ "10.2", "10.3" ]
wtd_repo_mariadb_supported_versions_redhat: [ "5.5", "10.1", "10.2", "10.3" ]

Dependencies

None.

Example Playbook

Simple Example:

- hosts: servers 
  roles:
    - { role: while_true_do.repo_mariadb }

Testing

All tests should be put in test directory.

Contribute / Bugs

Thank you so much for considering to contribute. Every contribution helps us. We are really happy, when somebody is joining the hard work. Please have a look at the links first.

License

This work is licensed under a BSD License.

Author Information

Blog: blog.while-true-do.org

Mail: hello@while-true-do.org