Full list of builtin output modulesΒΆ

grains Special outputter for grains
highstate The return data from the Highstate command is a standard data structure
json_out The JSON output module converts the return data into JSON.
key Salt Key makes use of the outputter system to format information sent to the
nested Recursively display nested data, this is the default outputter.
overstatestage Display clean output of an overstate stage
pprint_out The python pretty print system was the default outputter.
raw The raw outputter outputs the data via the python print function and is shown in a raw state.
txt The txt outputter has been developed to make the output from shell
yaml_out Output data in YAML, this outputter defaults to printing in YAML block mode

Previous topic

salt.wheel.pillar_roots

Next topic

salt.output.grains

This Page