--- icon: material/source-repository title: Saltbox Mod status: draft saltbox_automation: project_description: name: Saltbox Mod summary: |- a Saltbox module that creates a local copy of the saltbox_mod repository. --- # Saltbox Mod ## Overview Saltbox Mod is a Saltbox module that creates a local copy of the saltbox_mod repository. --- ## Deployment ```shell sb install saltbox-mod ``` ## 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_mod_repo: "custom_value" ``` === "General" ??? variable string "`saltbox_mod_repo`" ```yaml # Type: string saltbox_mod_repo: "https://github.com/saltyorg/saltbox_mod.git" ``` ??? variable string "`saltbox_mod_branch`" ```yaml # Type: string saltbox_mod_branch: "master" ``` ??? variable bool "`saltbox_mod_force_overwrite`" ```yaml # Type: bool (true/false) saltbox_mod_force_overwrite: false ```