From 37687f9a41de955db46acf14d712b2649fa85a98 Mon Sep 17 00:00:00 2001 From: wangyifan <805587573@qq.com> Date: Wed, 3 Apr 2024 11:06:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=9B=B4=E6=96=B0=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E7=9B=AE=E5=BD=95=E7=BB=93=E6=9E=84=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index fc182b7..74ec4cc 100644 --- a/README.md +++ b/README.md @@ -29,12 +29,26 @@ * 创建目录/root/yogoo_es_ansible * 工作目录结构 ```text -/root/yogoo_es_ansible/ - |--- elk_pkg/ # ES部署相关安装包 - |--- playbook/ # ansible剧本文件 - |--- soft_pkg/ # 部署所需相关程序安装包 - |--- ansible_install.sh # ansible一键安装脚本 - |--- portable-ansible-v0.4.0-py3.tar.bz2 # ansible安装包 +Yogoo-KylinES7.16.3AutoInstaller +├─ ansible_install.sh # ansible一键安装脚本 +├─ elk_pkg # ES部署相关安装包 +│ └─ elk +│ └─ README.txt # 需要的安装包列表,可前往交流群下载 +├─ playbook # ansible剧本文件 +│ ├─ inventory # ansible剧本配置文件 +│ │ ├─ all # 配置节点ip及别名 +│ │ ├─ es_7.16.3 # ES安装基础配置文件 +│ │ ├─ es_7.16.3_add # ES安装扩容配置文件 +│ │ ├─ es_7.16.3_more # ES安装单机多实例配置文件 +│ │ └─ kibana_7.16.3 # kibana安装配置文件 +│ ├─ playbooks # ansible剧本目录 +│ │ ├─ roles # 各安装项剧本 +│ │ │ ├─ elasticsearch # ES安装相关剧本 +│ │ │ ├─ kibana # kibana安装相关剧本 +│ │ │ └─ supervisor # supervisor安装相关剧本 +│ └─ script_bash # 剧本一键执行脚本 +├─ portable-ansible-v0.4.0-py3.tar.bz2 # ansible离线包 +└─ soft_pkg # 部署所需相关程序安装包 ``` ## 步骤2:文件下载服务配置