Files
Fabric/plugins/template/Examples/remote-security-report.yaml
2024-12-05 22:09:47 +11:00

18 lines
375 B
YAML

name: "remote-security"
executable: "/usr/local/bin/remote-security-report.sh"
type: "executable"
timeout: "60s"
description: "Generate security report from remote system"
operations:
report:
cmd_template: "{{executable}} {{1}} {{2}} {{3}}"
config:
output:
method: "file"
file_config:
cleanup: true
path_from_stdout: true
work_dir: "/tmp"