01 2019 档案

python Fabric批量停应用
摘要:import sys,time from fabric.api import * #env.hosts = ['root@10.10.10.79'] #env.passwords = { # 'root@10.10.10.79':'password' #} # #env.user = 'root' env.roledefs = { "site" : ['o2muser@10.10... 阅读全文

posted @ 2019-01-24 14:59 裤裆内隐藏杀气 阅读(297) 评论(0) 推荐(0)

git代码迁移到新的gitlab服务器批量python脚本
摘要:git代码迁移到新的gitlab服务器 由于gitlab上的代码要迁移至北京gitlab服务器统一用组的方式管理,需要把旧的代码迁移至新的gitlab服务器 文件内容: gitwa 批量迁移脚本 阅读全文

posted @ 2019-01-04 18:01 裤裆内隐藏杀气 阅读(1245) 评论(0) 推荐(0)

导航