Make arrstack docker compose ansible ready

Move sonarr to new system

Move sabnzbd to new system

Move radarr

Move lidarr

!unsafe directive makes ansible ignore potential template vars in the
string

https://github.com/ansible/ansible/issues/16443

Move readarr

Move prowlarr

Move homarr

Move beets

Move jellyseerr

Move audiobookshelf

Move jellyfin

Move gonic

Migrate torrent setup
This commit is contained in:
Marty Oehme 2025-07-14 10:01:19 +02:00
parent 93ae62dc93
commit 2045f4ae58
Signed by: Marty
GPG key ID: 4E535BC19C61886E
3 changed files with 254 additions and 129 deletions

View file

@ -11,8 +11,8 @@
ansible.builtin.file:
state: directory
path: "{{ arrstack_data_dir }}/{{ item }}"
owner: "{{ arrstack_data_dir_owner }}"
group: "{{ arrstack_data_dir_group }}"
owner: "{{ arrstack_puid }}"
group: "{{ arrstack_pgid }}"
mode: 0770
when: arrstack_data_dir_create
loop:
@ -26,14 +26,6 @@
- media/music
- media/audiobooks
# - name: Create Docker Compose environment file
# ansible.builtin.template:
# src: docker-compose.yml.j2
# dest: "{{ arrstack_env_dir }}/docker-compose.yml"
# owner: root
# group: root
# mode: 0600
- name: Start the compose stack
community.docker.docker_compose_v2:
project_name: arrstack