1,Ansible---安装与配置

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了1,Ansible---安装与配置相关的知识,希望对你有一定的参考价值。

下载网站:http://releases.ansible.com/ansible/
中文网站:http://www.ansible.com.cn/docs/
网站:http://docs.ansible.com/ansible/index.html
epel源:http://fedoraproject.org/wiki/EPEL

yum install epel*
yum install ansible

控制端:
vim /etc/ansible/hosts
[ALL]
192.168.9.168
192.168.9.169
192.168.9.250

[hall]
192.168.9.169
192.168.9.168

[ddz]
192.168.9.250
配置无密码登录
# ssh-keygen -t rsa
# ssh-copy-id -i ~/.ssh/id_rsa.pub [email protected]
# ssh-copy-id -i ~/.ssh/id_rsa.pub [email protected]
# ssh-copy-id -i ~/.ssh/id_rsa.pub [email protected]


以上是关于1,Ansible---安装与配置的主要内容,如果未能解决你的问题,请参考以下文章

20160625-ansible之一:安装与配置

自动化运维工具Ansible-安装与配置

centos7安装与配置ansible

Ansible安装与配置(自动化运维工具)

Ansible配置自动化工具安装及使用

Ansible安装配置