feat: initial installation role for prowlarr
This commit is contained in:
15
meta/main.yml
Normal file
15
meta/main.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
galaxy_info:
|
||||
author: mathieu
|
||||
description: Install Prowlarr via binary on Linux
|
||||
license: MIT
|
||||
min_ansible_version: "2.14"
|
||||
platforms:
|
||||
- name: Debian
|
||||
versions: [bullseye, bookworm]
|
||||
- name: Ubuntu
|
||||
versions: [focal, jammy, noble]
|
||||
- name: EL
|
||||
versions: ["8", "9"]
|
||||
galaxy_tags: [prowlarr, media, arr]
|
||||
dependencies: []
|
||||
Reference in New Issue
Block a user