chore: fix runssh example

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

View File

@ -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)
<small>if no **-sid** flag *id_pub* in HOME will be used by default</small>
```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]
```
<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)