From 9e7ca7538e2f96fda9cbdc126887afc8d7d15b11 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Sun, 7 Jun 2020 20:59:48 +0200 Subject: Added parallel task execution Parallel task execution + hostname and stderr prefix to output --- tasks/example | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tasks/example') diff --git a/tasks/example b/tasks/example index bc78361..deb3c94 100644 --- a/tasks/example +++ b/tasks/example @@ -3,7 +3,7 @@ function task_exec() { whoami hostname - uptime + uptime 1>&2 } function task_setup() { @@ -12,6 +12,9 @@ function task_setup() { # $TOOL_DIR # $INCLUDE_DIR + # Available Configuration + # $PARALLEL "true"/"false" + INCLUDES+=() SSH_USER=server -- cgit v1.2.3