chore: fix runssh example

This commit is contained in:
Jesús Pérez Lorenzo 2021-08-31 14:12:10 +01:00
parent d0752ab46e
commit 1d0cb2dba1

View File

@ -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]
```
<small>if no **-sid** flag *id_pub* in HOME will be used by default</small>
- Create Servers [Ansible Inventory](https://docs.ansible.com/ansible/latest/index.html)
(yaml-config-file has to include **cluster** config section)