From b470ddfb6a747927083407ae9d7c90d405065e64 Mon Sep 17 00:00:00 2001 From: wxin <15253413025@163.com> Date: Mon, 10 Mar 2025 19:31:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20ansible=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E5=8C=96=E8=BF=90=E7=BB=B4.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ansible自动化运维.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible自动化运维.md b/ansible自动化运维.md index 3ac71b9..abe10f9 100644 --- a/ansible自动化运维.md +++ b/ansible自动化运维.md @@ -16,7 +16,7 @@ ​ Ansible 基于 Python 开发,集合了众多运维工具(puppet、cfengine、chef、func、fabric)的优点,实现了批量系统配置、批量程序部署、批量运行命令等功能。ansible 是基于模块工作的,本身没有批量部署的能力。真正具有批量部署的是 ansible 所运行的模块,ansible 只是提供一种框架。 -![](http://182.92.143.66:40072/directlink/ansible-img/images-202503020001.png) +![](http://182.92.143.66:40072/directlink/img/anisble/images-202503020001.png) - connection plugins:连接插件,负责和被监控端实现通信,有SSH,ZEROMQ等,默认使用SSH连接。 - host inventory:主机清单,是一个配置文件里面定义监控的主机。