码迷,mamicode.com
首页 > 其他好文 > 详细

ansible 安装

时间:2018-02-22 23:08:11      阅读:210      评论:0      收藏:0      [点我收藏+]

标签:cat   build   inux   packages   etc   安装   unzip   系统   http   

环境

操作系统:
cat /etc/redhat-release
Red Hat Enterprise Linux Server release 7.2 (Maipo)

Python版本:
python -V

Python 2.7.5

一、安装setuptools ,setuptools带有easy_install

#https://pypi.python.org/pypi

wget https://pypi.python.org/packages/6c/54/f7e9cea6897636a04e74c3954f0d8335cc38f7d01e27eec98026b049a300/setuptools-38.5.1.zip#md5=1705ae74b04d1637f604c336bb565720
unzip setuptools-38.5.1.zip
cd setuptools-38.5.1
python setup.py build
python setup.py install
二、安装 pip
easy_install pip

三、利用pip 安装ansible
pip install ansible
ansible

ansible 安装

标签:cat   build   inux   packages   etc   安装   unzip   系统   http   

原文地址:http://blog.51cto.com/395469372/2072244

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!