Skip to content
Snippets Groups Projects
Commit 9965a309 authored by Vincent Le gallic's avatar Vincent Le gallic
Browse files

Ajout de "localhost" dans les serveurs possible pour tester rapidement.

parent 88f92b24
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,10 @@ servers = {
'default': {
'server_cmd': [ssh_path, 'vert.adm.crans.org', distant_cmd],
},
# Utile pour tester
'localhost': {
'server_cmd': [ssh_path, 'localhost', distant_cmd],
},
'ovh': {
'server_cmd': [ssh_path, 'ovh.crans.org', distant_cmd],
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment