Skip to content
This repository was archived by the owner on Jun 24, 2021. It is now read-only.

pingcap/tidb-ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c9795cb · Jun 5, 2020
Apr 9, 2018
Mar 17, 2017
Jan 15, 2020
Mar 26, 2020
Nov 1, 2019
Jan 10, 2020
Dec 17, 2018
Aug 22, 2018
May 15, 2020
Jun 1, 2020
Feb 16, 2017
Feb 27, 2019
May 31, 2017
Apr 26, 2019
Jan 11, 2018
Jul 27, 2018
Sep 11, 2018
Sep 25, 2018
Feb 28, 2020
Nov 1, 2019
Aug 28, 2019
Sep 11, 2018
Nov 1, 2019
Aug 13, 2019
Jan 26, 2018
Jun 5, 2020
Apr 22, 2018
Sep 23, 2019
Jun 24, 2019
Dec 8, 2019
Mar 5, 2020
Mar 5, 2020
Dec 17, 2018
Sep 13, 2017
Aug 13, 2019
Dec 17, 2018
Sep 13, 2017
Aug 13, 2019
May 10, 2018
Mar 14, 2019

Repository files navigation

Ansible Playbook for TiDB

Overview

Ansible is an IT automation tool. It can configure systems, deploy software, and orchestrate more advanced IT tasks such as continuous deployments or zero downtime rolling updates.

TiDB-Ansible is a TiDB cluster deployment tool developed by PingCAP, based on Ansible playbook. TiDB-Ansible enables you to quickly deploy a new TiDB cluster which includes PD, TiDB, TiKV, and the cluster monitoring modules.

You can use the TiDB-Ansible configuration file to set up the cluster topology, completing all operation tasks with one click, including:

  • Initializing the system, including creating the user for deployment, setting up the hostname, etc.
  • Deploying the components
  • Rolling update, including module survival detection
  • Cleaning data
  • Cleaning the environment
  • Configuring monitoring modules

Tutorial

License

TiDB-Ansible is under the Apache 2.0 license.