From 2692e34e5c38537680ea3d33c762c96bb1112a0e Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Wed, 27 May 2020 00:07:36 +0200 Subject: Initial --- targets/example | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 targets/example (limited to 'targets/example') 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" +) -- cgit v1.2.3