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

This commit is contained in:
Vincent Le Gallic 2013-07-30 06:19:01 +02:00
parent 88f92b2496
commit 9965a3098e

View file

@ -27,6 +27,10 @@ servers = {
'default': { 'default': {
'server_cmd': [ssh_path, 'vert.adm.crans.org', distant_cmd], 'server_cmd': [ssh_path, 'vert.adm.crans.org', distant_cmd],
}, },
# Utile pour tester
'localhost': {
'server_cmd': [ssh_path, 'localhost', distant_cmd],
},
'ovh': { 'ovh': {
'server_cmd': [ssh_path, 'ovh.crans.org', distant_cmd], 'server_cmd': [ssh_path, 'ovh.crans.org', distant_cmd],
} }