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:主机清单,是一个配置文件里面定义监控的主机。