Ansible 安装学习,ansible安装学习


Ansible学习官方文档:

http://www.ansibleworks.com/docs/

如果不能访问,可以绑定如下HOST尝试

xxxx.xxxx.xxxx.xxxx www.ansibleworks.com

官方Example:

https://github.com/ansible/ansible-examples

Ansible 快速入门:

http://linuxtoy.org/archives/hands-on-with-ansible.html

http://www.ansibleworks.com/docs/playbooks_best_practices.html (官方文档中一个实践)

安装:

ansible 有两个相互独立的版本:

1、命令行形式的版本

2、带WEB UI 形式的版本(此版本是收费的,只可以免费管理10台服务器,不过文旭已经解决了)

在这里主要介绍命令行形式的安装:

yum install python-pip
python-pip install ansible
以上两条命令执行成功后,ansible 即可以使用了。

相关内容

    暂无相关文章