diff options
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" +) |