aboutsummaryrefslogtreecommitdiff
path: root/ansible/roles/med_dl/meta
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/roles/med_dl/meta')
-rw-r--r--ansible/roles/med_dl/meta/argument_specs.yaml16
-rw-r--r--ansible/roles/med_dl/meta/main.yaml5
2 files changed, 21 insertions, 0 deletions
diff --git a/ansible/roles/med_dl/meta/argument_specs.yaml b/ansible/roles/med_dl/meta/argument_specs.yaml
new file mode 100644
index 0000000..6718b94
--- /dev/null
+++ b/ansible/roles/med_dl/meta/argument_specs.yaml
@@ -0,0 +1,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.
diff --git a/ansible/roles/med_dl/meta/main.yaml b/ansible/roles/med_dl/meta/main.yaml
new file mode 100644
index 0000000..bd4979e
--- /dev/null
+++ b/ansible/roles/med_dl/meta/main.yaml
@@ -0,0 +1,5 @@
+---
+
+dependencies:
+ - role: 'base'
+ - role: 'docker'