Added simple tasks
This commit is contained in:
parent
0b509f74e5
commit
57b1064734
7 changed files with 160 additions and 3 deletions
|
|
@ -13,7 +13,7 @@ class Task:
|
|||
|
||||
#($server='', $ssh_user='root', $ssh_key_priv='./ssh/id_rsa', $ssh_key_password='', $ssh_path='leviathan', $mysql_conn=false)
|
||||
|
||||
def __init__(self, server, conn, remote_user='root', remote_password='', private_key='./ssh/id_rsa', password_key='', remote_path='leviathan', task_id=0, data={}):
|
||||
def __init__(self, server, conn, remote_user='root', remote_password='', private_key='./ssh/id_rsa', password_key='', remote_path='pastafari2', task_id=0, data={}):
|
||||
|
||||
self.config=config_task
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue