# Ansible

## Ansible简介

Ansible是简单的针对云服务提供、配置管理、应用部署、内部服务编排等工作的自动化引擎。从最初的设计开始就针对多层次部署，Ansible通过描述系统内部关系而不是一次只管理一个系统，实现了将IT架构的模块化。

Ansible不使用agent代理也没有附加定制的安全架构，所以Ansible非常容易部署。最重要的是，Ansible使用了一种非常简单的语言（YAML）允许以接近英语的方式描述自动化任务。

## 参考

* [OVERVIEW:HOW ANSIBLE WORKS](http://www.ansible.com/how-ansible-works)
* [Ansible Documentation](http://docs.ansible.com/ansible/index.html)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://huataihuang.gitbook.io/cloud-atlas-draft/devops/ansible.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
