diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2020-05-27 00:07:36 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2020-05-27 00:07:36 +0200 |
commit | 2692e34e5c38537680ea3d33c762c96bb1112a0e (patch) | |
tree | c1fcf8d915e9a4a70ded11c57cd8ffc25b9d6f84 /targets | |
download | ltask-2692e34e5c38537680ea3d33c762c96bb1112a0e.tar.gz |
Initial
Diffstat (limited to 'targets')
-rw-r--r-- | targets/example | 13 |
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" +) |