Auto-sync: 2026-04-16 17:30

This commit is contained in:
2026-04-16 17:30:41 +08:00
parent b2250c60b2
commit c999498de4
662 changed files with 3797 additions and 21340 deletions

22
wiki/entities/Ansible.md Normal file
View File

@@ -0,0 +1,22 @@
---
title: "Ansible"
type: entity
tags: [configuration-management, IaC, RedHat]
sources: [cloud-devop-maturity-guideline]
last_updated: 2026-04-16
---
## Summary
Ansible 是 Red Hat 开发的开源配置管理和应用部署工具,使用 YAML 编写 playbook无需在目标主机安装代理。
## Definition
配置管理和应用部署自动化工具,通过 SSH 协议实现无代理配置。
## Key Attributes
- **类型**:配置管理工具
- **开发商**Red Hat
- **许可证**开源GPL v3
## Connections
- [[DevOps 成熟度模型]] ← 支撑 ← [[IaC]]
- [[CI/CD 流水线]] ← 集成 ← [[Ansible]]