更新 ansible自动化运维.md

This commit is contained in:
wxin 2025-03-10 19:31:27 +08:00
parent e5acc779ca
commit b470ddfb6a

View File

@ -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连接插件负责和被监控端实现通信有SSHZEROMQ等默认使用SSH连接。
- host inventory主机清单是一个配置文件里面定义监控的主机。