Skip to content

Instantly share code, notes, and snippets.

View s0undt3ch's full-sized avatar

Pedro Algarvio s0undt3ch

View GitHub Profile
@whiteinge
whiteinge / salt-lowdata-formats.rst
Last active January 7, 2023 17:21
Salt is used to execute functions across a wide variety of locations in a wide variety of ways. It does this by mapping the function name and function parameters within a data structure (JSON-serializable). Unfortunately, there is a variety of formats in different parts of Salt for doing so.

Various formats of mapping data to function calls in Salt

Note

Legend

mod
Module name
fun
Function name (in module)