mirror of
https://github.com/j3ssie/osmedeus.git
synced 2026-08-24 16:42:28 +02:00
57 lines
1.1 KiB
YAML
57 lines
1.1 KiB
YAML
kind: module
|
|
name: test-ssh-runner
|
|
description: Test SSH runner execution
|
|
tags:
|
|
- test
|
|
- runner
|
|
- ssh
|
|
params:
|
|
- name: target
|
|
default: ""
|
|
required: true
|
|
generator: ""
|
|
trigger: []
|
|
dependencies: null
|
|
reports: []
|
|
runner: ssh
|
|
runner_config:
|
|
host: localhost
|
|
port: 2222
|
|
user: testuser
|
|
password: testpass
|
|
steps:
|
|
- name: check-remote
|
|
type: bash
|
|
step_runner: ""
|
|
pre_condition: ""
|
|
log: ""
|
|
timeout: 0
|
|
command: echo "Hello from SSH" && hostname
|
|
commands: []
|
|
parallel_commands: []
|
|
std_file: ""
|
|
speed_args: ""
|
|
config_args: ""
|
|
input_args: ""
|
|
output_args: ""
|
|
function: ""
|
|
functions: []
|
|
parallel_functions: []
|
|
parallel_steps: []
|
|
input: ""
|
|
variable: ""
|
|
threads: 0
|
|
step: null
|
|
step_runner_config: null
|
|
step_remote_file: ""
|
|
host_output_file: ""
|
|
url: ""
|
|
method: ""
|
|
headers: {}
|
|
request_body: ""
|
|
messages: []
|
|
exports: {}
|
|
on_success: []
|
|
on_error: []
|
|
decision: []
|