Version 1.9
Changes
-
Add automatic app bootstrapping for the apps (see the docs):
- Sonarr
- Radarr
- Prowlarr
- Lidarr
- Readarr
-
Move FlareSolverr toggle to container map
- Will still use existing variable if previous install
-
Move NAS tasks to folder
-
Move Plex SSL tasks to Plex Postreqs tasks
-
Add Discord invite link
-
New container postreqs for Traefik
-
New container prereqs for qBittorrent
New Variables
To support the new app bootstrapping, there is a new inventory/group_vars/all/app_bootstrap.yml
file with these variables:
# If the playbook should attempt to connect supported apps together automatically.
hmsdocker_app_bootstrap: false
# If the created connections in the apps should be removed if the target resource is disabled
# Example: Disabling qBittorrent after having it enabled will remove the "HMSD - qBittorrent" download client from Sonarr and Radarr
hmsdocker_app_bootstrap_delete_unused: true
hmsdocker_app_bootstrap_prowlarr_enabled: true
hmsdocker_app_bootstrap_sonarr_enabled: true
hmsdocker_app_bootstrap_radarr_enabled: true
hmsdocker_app_bootstrap_lidarr_enabled: true
hmsdocker_app_bootstrap_readarr_enabled: true