Commit graph

11 commits

Author SHA1 Message Date
9de2aaea48
feat(arr): Move arrstack container versions into vars 2025-11-28 14:19:28 +01:00
e5feb235df
feat(arr): Add fanedits directory to jellyfin media 2025-11-28 14:19:27 +01:00
2b05fc7363
fix: Remove hardcoded arrstack dir in template 2025-10-20 23:54:01 +02:00
12e48b17b7
arr: Add quadnine DNS server check to vpn 2025-10-20 23:54:01 +02:00
30f068fd7a
arr: Add bazarr to stack 2025-10-20 23:54:00 +02:00
5d69d45b97
arr: Add tdarr service 2025-10-20 23:53:59 +02:00
8137b68676
arr: Automatically update vpn server list 2025-10-20 23:53:55 +02:00
4a5a0beca1
restic: Fix backup container conditionals
Change the inclusion of backup containers so they actually work. They
check that restic is enabled globally, and that restic is enabled for
the individual stack they belong to. If either of the conditions is not
met they do not deploy.

This way we can simply enable restic globally with `restic_enable` and
by default all stacks will be backed up. But if we want to exclude
specific stacks from backups we can do so with the individual
`<role>_restic_enable = False` variable.

Finally found a good version of doing so with the help of the following
medium article: https://medium.com/opsops/is-defined-in-ansible-d490945611ae
which basically makes use of default fallbacks instead.
2025-07-19 10:23:23 +02:00
6b26ba444b
restic: Only set backup hostname if we have ansible fact
For all backup containers.
2025-07-19 10:23:21 +02:00
dc9ee09360
arr: Fix homarr volume mounts 2025-07-19 10:23:17 +02:00
9a8c4ae81f
repo: Rename compose templates to compose.yaml.jinja
It is a short, concicse name for the compose (and one of the ways that
docker officially recommends to name the files), and jinja is the
careful recommendation of the jinja docs.

https://jinja.palletsprojects.com/en/stable/templates/#template-file-extension
2025-07-18 21:49:32 +02:00
Renamed from roles/arr/templates/docker-compose.yaml.j2 (Browse further)