Skip to content

Saltbox Mod

Overview

Saltbox Mod is a Saltbox module that creates a local copy of the saltbox_mod repository.


Deployment

sb install saltbox-mod

Role Defaults

Variables can be customized using the Inventory. (1)

  1. Example override

    saltbox_mod_repo: "custom_value"
    
saltbox_mod_repo
# Type: string
saltbox_mod_repo: "https://github.com/saltyorg/saltbox_mod.git"
saltbox_mod_branch
# Type: string
saltbox_mod_branch: "master"
saltbox_mod_force_overwrite
# Type: bool (true/false)
saltbox_mod_force_overwrite: false