Files
nexus/wiki/entities/Ansible.md
2026-04-16 17:30:41 +08:00

23 lines
636 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
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]]