Skip to content

Sandbox

Overview

The Sandbox repository serves as a community-driven space for unofficial Saltbox enhancements. It is included in a standard Saltbox deployment.


Update

To pull repository changes, run a standard Saltbox update:

sb update

Usage

Sandbox roles are listed under Applications and by running:

sb list

To deploy a Sandbox role, use sb install, prepending sandbox- to the role tag. For example, to deploy Kometa:

sb install sandbox-kometa

Before deploying a Sandbox role, it is recommended to review its documentation for any required configuration.

App Default Login Credentials

Where possible, the username and password configured in your Saltbox accounts.yml are used to create a default user and password for logging in.

Custom Roles

Tags are validated against cached data. To bypass validation if developing your own role, use the --no-cache flag:

sb install sandbox-myapp --no-cache