pepper
Written by: Uwe Werler on
Changed:
Tags:
#saltstack
#pepper
#salt-api
In my post about SaltStack external auth I wrote about how to configure the salt master and cli to use ldap authentication. Wouldn’t it be neat to have remote access to salt to run commands?
There’s a nice tool/library called pepper which fills this gap. It’s easy to install via pip:
pip3 install salt-pepper To have nice formatted output like with salt cli make sure that the salt libs are installed (either by installing the package via pkg_add or via pip too).
Read more...