Giter VIP home page Giter VIP logo

mariadb-ansible's Introduction

MariaDB setup with Ansible

Description

Automated MariaDB setup in AWS with Ansible and Terraform.

MariaDB in single instance mode.

MariaDB in Multi master-to-master replication mode (Galera cluster)

Daily backup script is set up in cron.

Tested with AWS Centos 7 and Digitalocean Centos 7 images.

Requirements

  • AWS account
  • Ansible installed
  • Terraform installed
  • Make package installed

File structure

Ansible - Folder with ansible configs, templates and scripts
Ansible/scripts/backup.sh - Mysql database backup script
Terraform - Terraform configuration files
README.MD - Project readme
Makefile - Command shortcuts using Make
INSTALL_NOTES.MD - Manual install notes

Change config before starting

  1. AWS access keys in Terraform/terraform.tfvars
  2. Edit Ansible/hosts file, enter Server IP addresses
  3. Edit Terraform/variable.tf
  • AWS region
  • Instance type
  • SSH key path
  • Reserved Elastic IPs
  1. Edit Makefile
  • Mysql password
  • SSH key path
  • IP addresses for servers

Setup Infrastructure

# initialize Terraform setup
make prepare

#  Provision infrastructure in AWS, confirm with "yes"
make provision-up

# To delete all servers, confirm with "yes"
make provision-down

Install MariaDB single instance

# install mariadb
make mariadb-install

# check if maridb is running
make mariadb-status

Install MariaDB Galera in HA mode

Multi master to master replication setup.

# At first setup MariaDB on each nodes and stop them
make galera-install

# Start Galera cluster on first node
make galera-start

# Join other nodes to cluster
make galera-join

mariadb-ansible's People

Contributors

edmhs avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.