mirror of
https://github.com/postmannen/ctrl.git
synced 2025-01-08 05:09:15 +00:00
23 lines
No EOL
373 B
YAML
23 lines
No EOL
373 B
YAML
---
|
|
- subject:
|
|
node: ship1
|
|
messageType: command
|
|
method: shellcommand
|
|
domain: shell
|
|
message:
|
|
data:
|
|
- bash
|
|
- "-c"
|
|
- uname -a
|
|
messageType: eventReturnAck
|
|
- subject:
|
|
node: ship2
|
|
messageType: command
|
|
method: shellcommand
|
|
domain: shell
|
|
message:
|
|
data:
|
|
- bash
|
|
- "-c"
|
|
- uname -a
|
|
messageType: eventReturnAck |