由于想批量 ssh 操作服务器或者网络设备,比对了以下 ansible ,zabbix ,感觉从 fabric 入手好像简单些,没想到连第一次安装都报错,最好一番折腾终于跑出自己想要的结果,过程虽然快乐,但很耗时间。不得不吐槽以下,目前发现新版本是 github 的,但 ubuntu 默认是 fabric2 跟官网的一样,相当奇怪阿。 譬如第一坑,sudo apt-get install fabric 后,还要 sudo apt-get install python3-decorator 才行,一言难尽。
1
tangds99 2023-07-11 23:47:41 +08:00
联盟链的 fabric ?推荐微众的 fisco bcos
|
3
LCD OP 目前找到类似的自动化运维工具 rexify ,https://www.rexify.org/
|
4
dayeye2006199 2023-07-12 01:00:54 +08:00
这个玩意儿不是个 python 包吗,
那不是 pip install fabric2 即可? |
5
busier 2023-07-12 07:52:46 +08:00 via iPhone
fabric2 用 python2 的把,直接搞 fabric3 。pip3 内安装!
|
6
zhlxsh 2023-07-12 11:03:25 +08:00 via iPhone
推荐用 paramiko 库,想要的功能自己实现
|
7
makerbi 2023-07-13 11:59:06 +08:00
@busier
fabric and fabric2 vs fabric3 Unfortunately, the fabric3 entry on PyPI is an unauthorized fork of Fabric 1.x which we do not control. Once modern Fabric gets up to 3.x, 4.x etc, we’ll likely continue distributing it via both fabric and fabric2 for convenience; there will never be any official fabric3, fabric4 etc. In other words, fabric2 is purely there to help users of 1.x cross the 2.0 “major rewrite” barrier; future major versions will not be large rewrites and will only have small sets of backward incompatibilities. |