rsnt_translations
56,430
edits
(Created page with "* Pointer au nœud d'automatisation avec l'adresse IP du nœud plutôt qu'avec son nom; par exemple, sur Graham : <code>ssh -i ~/.ssh/automation_key -vvv username@199.241.166.5 "ls -l"</code> : pour forcer SSH à utiliser les adresses IPv4.") |
(Created page with "= Automatisation avec Python et Paramiko =") |
||
Line 147: | Line 147: | ||
</div> | </div> | ||
= Automatisation avec Python et Paramiko = | |||
Si votre flux de travail est automatisé avec le [https://www.paramiko.org/index.html module Paramiko de Python], voici comment le faire fonctionner avec un nœud d'automatisation : | Si votre flux de travail est automatisé avec le [https://www.paramiko.org/index.html module Paramiko de Python], voici comment le faire fonctionner avec un nœud d'automatisation : |