feat: initial installation role for sonarr

This commit is contained in:
2026-05-24 17:13:32 +02:00
commit f822a513ae
6 changed files with 120 additions and 0 deletions

13
meta/main.yml Normal file
View File

@@ -0,0 +1,13 @@
---
galaxy_info:
author: mathieu
description: Install Sonarr on Debian-based distributions
license: MIT
min_ansible_version: "2.14"
platforms:
- name: Debian
versions: [bullseye, bookworm]
- name: Ubuntu
versions: [focal, jammy, noble]
galaxy_tags: [sonarr, media, arr]
dependencies: []