Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wluisaraujo/ansible-role-mariadb
Infrastructure as Code (IaC) with Ansible role for Mariadb (MySQL)
https://github.com/wluisaraujo/ansible-role-mariadb
ansible ansible-role mariadb mariadb-server mysql mysql-server
Last synced: 5 days ago
JSON representation
Infrastructure as Code (IaC) with Ansible role for Mariadb (MySQL)
- Host: GitHub
- URL: https://github.com/wluisaraujo/ansible-role-mariadb
- Owner: wluisaraujo
- License: gpl-3.0
- Created: 2019-07-01T19:17:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-02T19:11:15.000Z (about 5 years ago)
- Last Synced: 2024-10-12T02:42:06.878Z (about 1 month ago)
- Topics: ansible, ansible-role, mariadb, mariadb-server, mysql, mysql-server
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Ansible Galaxy](https://img.shields.io/badge/Ansible%20Galaxy-MariaDB-blue.svg)](https://galaxy.ansible.com/wluisaraujo/mariadb) [![Build Status](https://travis-ci.org/wluisaraujo/ansible-role-mariadb.svg?branch=master)](https://travis-ci.org/wluisaraujo/ansible-role-mariadb)
---
# IaC: with [Ansible](https://www.ansible.com) role to install and configure [MariaDB](https://mariadb.org)
------------Description
------------* Ansible role for MariaDB
Requirements
------------*
Installation
------------```console
vagrant@localhost:~$ ansible-galaxy install wluisaraujo.mariadb
vagrant@localhost:~$ ansible-galaxy install -r wluisaraujo.mariadb/requirements.txt
```Role Variables
--------------[defaults/main.yml](defaults/main.yml)
Dependencies
------------* None
Example Playbook
----------------
```yaml
---
- hosts: localhost
vars:
- name: value
roles:
- mariadb
...
```----------------
[![Licence](https://img.shields.io/badge/License-GPL%20v3-red.svg)](https://www.gnu.org/licenses/gpl-3.0.pt-br.html)