Update README.md

This commit is contained in:
NewName
2024-08-14 03:18:04 +08:00
parent febd831f44
commit 50265a8bc6

View File

@@ -118,6 +118,7 @@ sudo apt install ansible -y
mkdir -p /etc/ansible && cd /etc/ansible && touch ansible.cfg hosts renwu.yml mkdir -p /etc/ansible && cd /etc/ansible && touch ansible.cfg hosts renwu.yml
``` ```
> ansible.cfg: 配置Ansible的全局设置。hosts: 定义要管理的主机和主机组。renwu.yml或playbook: 描述要在主机上执行的任务和操作步骤。
### 2禁用被控主机密钥检查 ### 2禁用被控主机密钥检查