# tidb-ansible **Repository Path**: manong92/tidb-ansible ## Basic Information - **Project Name**: tidb-ansible - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-02-15 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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](https://github.com/pingcap/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 - [English](https://pingcap.com/docs/dev/how-to/deploy/orchestrated/ansible/) - [简体中文](https://pingcap.com/docs-cn/op-guide/ansible-deployment/) ## License TiDB-Ansible is under the Apache 2.0 license.