> For the complete documentation index, see [llms.txt](https://ansible-book.gitbook.io/ansible-first-book/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ansible-book.gitbook.io/ansible-first-book/master.md).

# Introduction

## 什么是Ansible?

Ansilbe是一个部署一群远程主机的工具。远程的主机可以是远程虚拟机或物理机， 也可以是本地主机。

## Ansible能做什么？

Ansilbe通过SSH协议实现远程节点和管理节点之间的通信。理论上说，只要管理员通过ssh登录到一台远程主机上能做的操作，Ansible都可以做到。

包括：

* 拷贝文件
* 安装软件包
* 启动服务
* ...

## 快速定位本书

Google "Ansible入门"

或

访问网站 [Ansible入门](http://getansible.com/) : <http://getansible.com/>

京东购买完整章节：

[https://search.jd.com/Search?keyword=ansible%E5%BF%AB%E9%80%9F%E5%85%A5%E9%97%A8\&enc=utf-8\&suggest=1.his.0.0\&wq=\&pvid=e8c6b9ec9b804bcdb6cbfe99041e98f3](https://search.jd.com/Search?keyword=ansible快速入门\&enc=utf-8\&suggest=1.his.0.0\&wq=\&pvid=e8c6b9ec9b804bcdb6cbfe99041e98f3)

## 本书资源

本文的所有ansible playbook例子都放在github上,欢迎补充和纠错:

<https://github.com/ansible-book/ansible-first-book-examples>

也可以联系作者进行纠正错误： <shijingjing02@163.com>
