blob: 6718b94d13baaebfe416b1b0e214dcd2f3effbd7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
---
argument_specs:
main:
short_description: Main entry point for the Media Downloader role
description:
- This role installs the *arr apps as a Docker Compose project.
- We install Prowlarr, Sonarr, Radarr, Lidarr.
author:
- Kumar Damani
options:
med_dl_nas_mount_path:
type: 'str'
required: true
description:
- The path to the data on the NFS share.
|