9870780 发表于 2016-4-11 09:22:49

Centos7 Ansible安装

一、关于Ansible

    简单,无代理,强大的开源IT自动化工具
    Simple,agentless and powerful open source IT automation
说明:

1.默认通过SSH协议管理主机。
2.管理主机要安装python2.6或者2.7(控制主机不支持Windows系统)

二、 安装
2.1 配置开源镜像源
打开 http://mirrors.skyshe.cn/#generator




2.2 开始安装
#yum install openssl-devel,python-devel
#yum groupinstall "Development Tools"
#easy_installpip
#pip install paramiko PyYAML Jinja2 httplib2 six


#pipinstallansible


三、安装中出现的错误
1.
error: command 'gcc' failed with exit status 1

//未安装python-devel

页: [1]
查看完整版本: Centos7 Ansible安装