From 1d0cb2dba155e55dbd319b85e8a05dc2b078f942 Mon Sep 17 00:00:00 2001 From: JesusPerez Date: Tue, 31 Aug 2021 14:12:10 +0100 Subject: [PATCH] chore: fix runssh example --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 60b11b7..2f50635 100644 --- a/README.md +++ b/README.md @@ -170,9 +170,11 @@ Usage of upclapi: (yaml-config-file has to include *ssh** config section) ```bash -./build/upclapi -c runssh -f [yaml-config-file] -cmd remote-command-to-execute [-sid ssh/key_filename (or id_pub in HOME by default)] +./build/upclapi -c runssh -f [yaml-config-file] -cmd remote-command-to-execute [-sid ssh/key_filename] ``` +if no **-sid** flag *id_pub* in HOME will be used by default + - Create Servers [Ansible Inventory](https://docs.ansible.com/ansible/latest/index.html) (yaml-config-file has to include **cluster** config section)