mirror of
https://gitlab.com/manzerbredes/clusterman.git
synced 2025-04-09 22:56:59 +00:00
Minor changes
This commit is contained in:
parent
f8d4827e49
commit
719cc32a70
1 changed files with 1 additions and 1 deletions
|
@ -92,4 +92,4 @@ def exec(command):
|
|||
print(["ssh", "-i", CONF["ssh_key_path"], command])
|
||||
for ip in get_node_list():
|
||||
print("----- Node {} -----".format(ip))
|
||||
subprocess.run(["ssh", "-i", CONF["ssh_key_path"],"root@"+ip, " ".join(command)])
|
||||
subprocess.run(["ssh","-o", "StrictHostKeyChecking=no", "-i", CONF["ssh_key_path"],"root@"+ip, " ".join(command)])
|
||||
|
|
Loading…
Add table
Reference in a new issue