From bdd245c403afa6ed5f680f653a9c2bac0aeba773 Mon Sep 17 00:00:00 2001 From: Haibin Lee Date: Mon, 25 Sep 2023 12:47:44 +0800 Subject: [PATCH] FIX: tiny bugs --- ansible-docker/inventories/opengauss/hosts.ini | 2 -- docs/02-pre-set.md | 4 +--- docs/03-deploy.md | 1 - 3 files changed, 1 insertion(+), 6 deletions(-) diff --git a/ansible-docker/inventories/opengauss/hosts.ini b/ansible-docker/inventories/opengauss/hosts.ini index 5b39407..51ae057 100644 --- a/ansible-docker/inventories/opengauss/hosts.ini +++ b/ansible-docker/inventories/opengauss/hosts.ini @@ -24,5 +24,3 @@ ansible_ssh_user=vagrant ansible_ssh_pass=vagrant ; ssh 端口 ansible_ssh_port=22 -; ssh 私钥。如果你的环境没有密钥登录方式,请务必删除以下这行。 -ansible_ssh_private_key_file="~/.vagrant.d/insecure_private_key" diff --git a/docs/02-pre-set.md b/docs/02-pre-set.md index 5fab219..6a1011d 100644 --- a/docs/02-pre-set.md +++ b/docs/02-pre-set.md @@ -2,7 +2,7 @@ ## 修改 `ansible-docker\inventories\opengauss\hosts.ini` 文件 -这个文件是对你要部署的机器,进行一个分组编排,以及 ssh 信息。以 1 主 1 从 1 级联的架构为例,它的内容如下: +这个文件是对你要部署的机器,进行一个分组编排,以及 ssh 信息填写。以 1 主 1 从 1 级联的架构为例,它的内容如下: ``` ; 主服务器组,仅设置 1 个目标机。 @@ -31,8 +31,6 @@ ansible_ssh_user=vagrant ansible_ssh_pass=vagrant ; ssh 端口 ansible_ssh_port=22 -; ssh 私钥。如果你的环境没有密钥登录方式,请务必删除以下这行。 -ansible_ssh_private_key_file="~/.vagrant.d/insecure_private_key" ``` ## 修改默认运行值。 diff --git a/docs/03-deploy.md b/docs/03-deploy.md index 68e5803..163a056 100644 --- a/docs/03-deploy.md +++ b/docs/03-deploy.md @@ -95,7 +95,6 @@ openGauss_cascade 192.168.56.19 [openGauss_cascade] -192.168.56.16 [openGauss:children] openGauss_master -- Gitee