chore: fix runssh example
This commit is contained in:
parent
1d0cb2dba1
commit
7691f6c316
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user