Skip to content

Commit

Permalink
Add main tags to inventory examples
Browse files Browse the repository at this point in the history
  • Loading branch information
owine committed Dec 4, 2024
1 parent 90e79bc commit 73755ad
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/saltbox/inventory/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,3 +297,14 @@ organizr_web_domain: "example.com"
`organizr_web_subdomain` would then apply to the new base domain.

### Tag Customization

```yaml
#### Customize the saltbox tag (sb install saltbox)
saltbox_roles: ["media_server", "download_clients", "download_indexers", "autoscan", "tautulli", "overseerr", "portainer", "organizr", "sonarr", "radarr", "lidarr", "iperf3", "nethogs", "glances", "btop"]
#### Customize the mediabox tag (sb install mediabox)
mediabox_roles: ["media_server", "autoscan", "iperf3", "nethogs", "glances", "btop"]
#### Customize the feeerbox tag (sb install feederbox)
feederbox_roles: ["download_clients", "download_indexers", "portainer", "organizr", "sonarr", "radarr", "iperf3", "nethogs", "glances", "btop"]
#### Customize the sandbox-roles tag (sb install sandbox-sandbox-roles)
sandbox_roles: ["jellyseerr", "jellystat"]

0 comments on commit 73755ad

Please sign in to comment.