Merge pull request #12602 from zexi/readme-install-ansible

fix(readme): install ansible
This commit is contained in:
Zexi Li
2021-11-04 17:26:58 +08:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -91,12 +91,12 @@ $ ssh root@10.168.26.216 "hostname"
#### CentOS 7安装git和epel源
```bash
yum install -y git epel-release
yum install -y git epel-release ansible
```
#### Debian 10安装git
```bash
apt install -y git
apt install -y git ansible
```
### 3. 安装Cloudpods
+2 -2
View File
@@ -94,12 +94,12 @@ $ ssh root@10.168.26.216 "hostname"
#### For CentOS 7
```bash
yum install -y git epel-release
yum install -y git epel-release ansible
```
#### For Debian 10
```bash
apt install -y git
apt install -y git ansible
```
### 3. Install Cloudpods