mistral/mistral/resources/actions/wait_ssh.yaml

16 lines
270 B
YAML

---
version: '2.0'
std.wait_ssh:
description: Simple SSH command.
base: std.ssh
base-input:
host: <% $.host %>
username: <% $.username %>
password: <% $.password %>
cmd: 'ls -l'
input:
- host
- username
- password