A Runner module interface on top of the salt-ssh Python API.
This allows for programmatic use from salt-api, the Reactor, Orchestrate, etc.
New in version 2015.5.0.
Changed in version 2017.7.0: The expr_form
argument has been renamed to tgt_type
, earlier
releases must use expr_form
.
Execute a single command via the salt-ssh subsystem and return all routines at once
A wrapper around the SSHClient.cmd
method.