2014年(5)
分类: 系统运维
2014-04-03 08:53:38
Before we dive into the really fun parts – playbooks, configuration management, deployment, and orchestration, we’ll learn how to get Ansible installed and some basic concepts. We’ll go over how to execute ad-hoc commands in parallel across your nodes using /usr/bin/ansible. We’ll also see what sort of modules are available in Ansible’s core (though you can also write your own, which we’ll also show later).
在深入真正有趣的 playbooks、配置管理、 部署 、编配(具体意思见 ) 部分之前, 我们将先学习如何安装 Ansible 以及一些基本概念。
我们将学习如何通过 /usr/bin/ansible 来并行的在你的节点(服务器)中执行 命令。
我们也将会了解 Ansible Core 提供的一些模块(尽管,你也可以自己编写模块, 后续将会讲到)。