1.快速安装
eazy_install fabric
#相关依赖:python-setuptools
#curl https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py -o - | python
或
pip install fabric
#相关依赖:python-pip
#easy_install pip
2.源码安装:
依赖:
paramiko
pycrypto
ecdsa
python2.5-2.7
#################
fabric的基本操作:
fab [-H 主机ip] -f 指定执行文件 执行文件中的方法[:参数1,参数2...]
本文出自 “我的天空” 博客,谢绝转载!
原文地址:http://sky66.blog.51cto.com/2439074/1684900