1
This commit is contained in:
parent
b2fb4fac28
commit
8212eaa70f
1
scripts/fabfile/fabfile.py
vendored
1
scripts/fabfile/fabfile.py
vendored
@ -11,6 +11,7 @@ def execCmd(svr_conf, cmd):
|
||||
c = Connection(host=svr_conf['host'], user='root', connect_kwargs = {
|
||||
'password': 'kingsome'
|
||||
})
|
||||
print(svr_conf)
|
||||
c.run(cmd)
|
||||
|
||||
parser = OptionParser(usage="%prog [options]")
|
||||
|
Loading…
x
Reference in New Issue
Block a user