Skip to content

Commit

Permalink
no more skip-tags
Browse files Browse the repository at this point in the history
  • Loading branch information
chazlarson authored Jan 22, 2024
1 parent 36ebd70 commit b166b41
Showing 1 changed file with 0 additions and 54 deletions.
54 changes: 0 additions & 54 deletions docs/faq/Install.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,60 +19,6 @@ Example:
sb install core,emby,sonarr,radarr,nzbget,nzbhydra2
```

### Skip Tags

Skip tags you dont want to run by listing them with `--skip-tags` and separated by commas. Quotes are optional. Order is not important.

Use this to skip containers or roles that are included in the "default" install types.

Example:

```shell
sb install saltbox --skip-tags qbittorrent,jackett
```

_Note: But be careful on what you skip, as some things are needed by Saltbox to function properly._

### Merging Tags and Skip-Tags

You can even merge `--tags` and `--skip-tags` into one command. Order is not important (e.g. skip tags can come before tags).

Example:

```shell
sb install saltbox,sabnzbd --skip-tags qbittorrent,jackett
```

### Persistent Skip Tags

You can "permanently" skip tags by adding the following lines to `/srv/git/saltbox/ansible.cfg`.

Format:

```ini
[tags]
skip = TAG1,TAG2,etc
```

And then continue to install with the normal `--tags` command.

Example:

```shell
cat /srv/git/saltbox/ansible.cfg
```

```ini
[tags]
skip = qbittorrent,jackett
```

```shell
sb install saltbox,sabnzbd
```

In this example, the Saltbox installer will install with all the default items and sabnzbd, but will not install qbittorrent and jackett.

## Error while fetching server API version

Full error message:
Expand Down

0 comments on commit b166b41

Please sign in to comment.