Python部署管理工具Fabric
fabric是个轻量级的远程维护工具,当然是结合python来使用,先看介绍:Fabric is a Python (2.5 or higher) library and command-line tool for streamlining the use of SSH for application deployment or systems administration tasks.不过需要注意的是fabric只支持2.5以后python,然而rhl5...