mirror of
https://github.com/j3ssie/osmedeus.git
synced 2026-09-13 21:27:47 +02:00
Complete rewrite and re-architecture Osmedeus Engine in v5
This commit is contained in:
+20
@@ -0,0 +1,20 @@
|
||||
name: test-runner
|
||||
kind: module
|
||||
description: Test runner configuration
|
||||
tags: test,runner,host
|
||||
|
||||
# This module runs on the local host (default)
|
||||
runner: host
|
||||
|
||||
params:
|
||||
- name: target
|
||||
required: true
|
||||
|
||||
steps:
|
||||
- name: echo-runner-type
|
||||
type: bash
|
||||
command: echo "Running on host with target={{target}}"
|
||||
|
||||
- name: show-hostname
|
||||
type: bash
|
||||
command: hostname
|
||||
Reference in New Issue
Block a user