mirror of
https://github.com/postmannen/ctrl.git
synced 2025-01-09 05:29:16 +00:00
13 lines
195 B
YAML
13 lines
195 B
YAML
|
---
|
||
|
- subject:
|
||
|
node: ship1
|
||
|
messageType: command
|
||
|
method: shellcommand
|
||
|
domain: shell
|
||
|
message:
|
||
|
data:
|
||
|
- bash
|
||
|
- '-c'
|
||
|
- uname -a
|
||
|
messageType: eventReturnAck
|