Python3 模块 -- Fabric自动化模版

  1. 安装
  • pip3 install fabric3
  1. 创建软连接
  • find / -type f -name "fab"
  • /usr/local/python3/bin/fab
  • ln -s /usr/local/python3/bin/fab /usr/bin/fab

参考链接1 Python3自动化运维之Fabric模版详解
参考链接2 https://github.com/fabric/fabric/tree/1.13.1
参考链接3 python模块fabric踩坑记录/

猜你喜欢

转载自www.cnblogs.com/polly-ling/p/10118510.html