Clone this repo:

Branches

  1. 661c00d Fix metadata for Galaxy by Zack Williams · 1 year, 7 months ago master
  2. b2e4cb1 Update metadata for Ansible galaxy support by Wei-Yu Chen · 2 years ago
  3. 49e8860 Initial commit of MariaDB role by Zack Williams · 3 years, 6 months ago

mariadb

MariaDB Database

This role installs MariaDB from the official MariaDB APT repo

It can also create databases and users for those databases

Example Playbook

- hosts: all
  vars:
    mariadb_users:
      - name: "exampleuser"
        password: "examplepass"
        priv: "exampledb.*:ALL"
    mariadb_databases:
      - name: "exampledb"
  roles:
    - mariadb

License and Author

© 2020 Open Networking Foundation support@opennetworking.org

License: Apache-2.0