--- icon: material/tag title: Main Tags saltbox_automation: project_description: name: Main Tags summary: |- a Saltbox module that deploys your assigned saltbox (all-in-one), mediabox or feederbox app stack. --- # Main Tags ## Overview Main Tags is a Saltbox module that deploys your assigned saltbox (all-in-one), mediabox or feederbox app stack. --- ## Deployment !!! info "Includes Core Roles" Main tags deploy [Core](../../saltbox/basics/install-types.md) roles implicitly. You do not need to list core roles in the Inventory override or run the `core` tag alongside a main tag. ```shell sb install saltbox ``` ```shell sb install mediabox ``` ```shell sb install feederbox ``` ## Role Defaults Variables can be customized using the [Inventory](/saltbox/inventory/index.md#overriding-variables){ data-preview }. (1) { .annotate .sb-annotated } 1. !!! example "Example override" ```yaml saltbox_roles: ["item1", "item2"] ``` === "General" ??? variable list "`saltbox_roles`" ```yaml # Type: list saltbox_roles: ["media_server", "download_clients", "download_indexers", "autoscan", "tautulli", "seerr", "portainer", "organizr", "sonarr", "radarr", "lidarr", "iperf3", "glances", "btop"] ``` ??? variable list "`mediabox_roles`" ```yaml # Type: list mediabox_roles: ["media_server", "autoscan", "tautulli", "seerr", "iperf3", "glances", "btop"] ``` ??? variable list "`feederbox_roles`" ```yaml # Type: list feederbox_roles: ["download_clients", "download_indexers", "portainer", "organizr", "sonarr", "radarr", "lidarr", "iperf3", "glances", "btop"] ```