You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
286 B

#!/usr/bin/env bash
set -eu
DESC="Test de la configuration de base du TP DMZ."
SYSTEMS="bigboss lambda nomade societe tiny web"
run() {
setErrorHandler
echoStart
#requireSshGuests $SYSTEMS
parallelDisablePause
vdn-scripts diag1 diag2 diag3
unsetErrorHandler
echoDone
}