From 7691f6c316d30ea6e19b99859267b6c151e82782 Mon Sep 17 00:00:00 2001 From: JesusPerez Date: Tue, 31 Aug 2021 14:14:31 +0100 Subject: [PATCH] chore: fix runssh example --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2f50635..b61755d 100644 --- a/README.md +++ b/README.md @@ -167,14 +167,14 @@ Usage of upclapi: ``` - Run SSH on Server - (yaml-config-file has to include *ssh** config section) + (yaml-config-file or -id flag) + if no **-sid** flag *id_pub* in HOME will be used by default ```bash ./build/upclapi -c runssh -f [yaml-config-file] -cmd remote-command-to-execute [-sid ssh/key_filename] +./build/upclapi -c runssh -id hostname -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)