The Salt integrated cmd.run
function is highly flexible
and enables the operator to pass nearly any bash command to a node
or group of nodes and functions as a simple batch processing tool.
To run a command on a node, execute:
salt '[node]' cmd.run '[cmd]'