1 Star 1 Fork 0

安家/tidb-ansible

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
bootstrap.yml 1.20 KB
一键复制 编辑 原始数据 按行查看 历史
Louis 提交于 2018-07-27 16:25 . check: add check_config_dynamic role
---
# Copyright 2016 PingCAP, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# See the License for the specific language governing permissions and
# limitations under the License.
# This play book is intend for one pass execution
- name: initializing deployment target
hosts: localhost
gather_facts: false
roles:
- check_config_static
- name: check node config
hosts: all
gather_facts: false
become: true
roles:
- pre-ansible
- bootstrap
- name: check system
hosts: all
any_errors_fatal: true
roles:
- check_system_static
- { role: check_system_optional, when: not dev_mode|default(false) }
- name: tikv_servers machine benchmark
hosts: tikv_servers
gather_facts: false
roles:
- { role: machine_benchmark, when: not dev_mode|default(false) }
- name: create ops scripts
hosts: localhost
connection: local
gather_facts: false
roles:
- ops
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/anjia/tidb-ansible.git
git@gitee.com:anjia/tidb-ansible.git
anjia
tidb-ansible
tidb-ansible
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385