From 877693c426239d48e15d3a770153e9ea2b20afdb Mon Sep 17 00:00:00 2001 From: jerick Date: Fri, 3 Jul 2026 16:14:46 -0400 Subject: [PATCH] added book-downloader user and bookpipeline group --- roles/container_isolation/vars/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/roles/container_isolation/vars/main.yml b/roles/container_isolation/vars/main.yml index 6b975f9..5111713 100644 --- a/roles/container_isolation/vars/main.yml +++ b/roles/container_isolation/vars/main.yml @@ -40,6 +40,7 @@ container_apps: - { name: "sonarr", uid: 2024 } - { name: "tandoor_recipes", uid: 2025 } - { name: "vault", uid: 2026 } + - { name: "book-downloader", uid: 2027 } # Shared secondary groups for cross-container access. "members" lists # app names from container_apps that need to be added to this group @@ -56,3 +57,8 @@ shared_groups: - radarr - sonarr - jellyfin + - name: bookpipeline + gid: 3001 + members: + - audiobookshelf + - book-downloader \ No newline at end of file