Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 971 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 971 Bytes

Codacy Badge Release Status License

SaltStack output module "tiny"

A Salt outputter module is a Python module placed in a directory called _output/ at the root of the Salt fileserver, usually /srv/salt. Outputter modules display affect how that data is shown to the user.

The tiny outputter displays the results of state runs the most succint way, and can be selected by using the command-line option --out:

   salt-ssh <minion-id> state.apply <state> --out tiny