1. 程式人生 > >ansible 安裝

ansible 安裝

md5 ise 安裝 ges follow ansible ase python dha

環境

操作系統:
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 安裝