MariaDB

Document Control

TODO:

  • Overall structure.
  • Initial draft complete
  • Testing
  • Ready

Ansible Role Ansible Quality Score Build Status GitHub issues GitHub last commit

User Story: MariaDB

As a: UNIX and Linux system administrator

I want to: setup MariaDB

So that: create and use the MariaDB database server.

Using the role

Using the role in a playbook
---
- name: Install mariadb
  hosts: all

  tasks:
    - name: mariadb is configured
      import_role:
        name: crivetimihai.mariadb
      vars:
        mariadb_enable_service: true
      tags: mariadb
# Install the role
ansible-galaxy install crivetimihai.mariadb

# Run the playbook
ansible-playbook mariadb-playbook.yml

Last update: 2020-02-04