aboutsummaryrefslogtreecommitdiff
path: root/targets
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2020-05-27 00:07:36 +0200
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2020-05-27 00:07:36 +0200
commit2692e34e5c38537680ea3d33c762c96bb1112a0e (patch)
treec1fcf8d915e9a4a70ded11c57cd8ffc25b9d6f84 /targets
downloadltask-2692e34e5c38537680ea3d33c762c96bb1112a0e.tar.gz
Initial
Diffstat (limited to 'targets')
-rw-r--r--targets/example13
1 files changed, 13 insertions, 0 deletions
diff --git a/targets/example b/targets/example
new file mode 100644
index 0000000..a2d71ad
--- /dev/null
+++ b/targets/example
@@ -0,0 +1,13 @@
+# vi: ft=sh
+# Add with HOSTS+=(...)
+# Format: "host[:port]"
+# port should be ommited if default (22) since hosts array is
+# checked for duplicates
+
+# Including other targets is done with 'source'.
+# env: $TARGET_DIR
+
+HOSTS+=(
+"localhost"
+"test"
+)