Skip to content

Infrastructure as Code (IaC) with Ansible role for Mariadb (MySQL)

License

Notifications You must be signed in to change notification settings

wluisaraujo/ansible-role-mariadb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Galaxy Build Status


IaC: with Ansible role to install and configure MariaDB


Description

  • Ansible role for MariaDB

Requirements

Installation

vagrant@localhost:~$ ansible-galaxy install wluisaraujo.mariadb
vagrant@localhost:~$ ansible-galaxy install -r wluisaraujo.mariadb/requirements.txt

Role Variables

defaults/main.yml

Dependencies

  • None

Example Playbook

---
- hosts: localhost
  vars:
    - name: value
  roles:
    - mariadb
...

Licence

About

Infrastructure as Code (IaC) with Ansible role for Mariadb (MySQL)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages