feat: deploy sonarr

- add required hieradata/role data to deploy sonarr
- add nginx simpleproxy
- add consul service/query
- add vault certificates
This commit is contained in:
2024-06-10 21:28:08 +10:00
parent abd2eb5c9b
commit 681f9e3eb8
4 changed files with 61 additions and 2 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ class sonarr::params (
$archive_version = '4.0.5',
$archive_name = 'Sonarr.main.linux-x64.tar.gz',
$archive_url = "https://git.query.consul/api/packages/unkinben/generic/sonarr/${archive_version}/",
$executable = 'Sonarr',
$executable = 'Sonarr/Sonarr',
$service_enable = true,
$service_name = 'sonarr',
){}