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

d5d2042 · Sep 29, 2020
Sep 23, 2019
Mar 17, 2017
Jul 20, 2020
Sep 4, 2020
Apr 13, 2020
Apr 13, 2020
Dec 17, 2018
Aug 22, 2018
Jul 20, 2020
Sep 9, 2020
Feb 16, 2017
Sep 17, 2019
May 31, 2017
Apr 24, 2019
Jul 23, 2019
Jul 27, 2018
Sep 11, 2018
Sep 25, 2018
Nov 26, 2019
Mar 26, 2020
Aug 28, 2019
Sep 11, 2018
Mar 26, 2020
Aug 6, 2019
Jan 26, 2018
Sep 29, 2020
Apr 22, 2018
Jan 3, 2020
Jun 24, 2019
Apr 9, 2020
Jul 14, 2020
Jul 14, 2020
Dec 17, 2018
Sep 13, 2017
Jan 16, 2020
Dec 17, 2018
Sep 13, 2017
Feb 28, 2020
May 10, 2018
Feb 28, 2020

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.