Control aspects of the grains data
Return a singe component of the grains data
CLI Example:
salt '*' grains.item os
Sanitized CLI output:
salt '*' grains.items serialnumber sanitize=True
Return the grains data
CLI Example:
salt '*' grains.items
Sanitized CLI output:
salt '*' grains.items sanitize=True
Return a list of all available grains
CLI Example:
salt '*' grains.ls
Set a grains value in the grains config file
CLI Example:
salt '*' grains.setval key val