refactor: update service configurations and remove karakeep service
This commit is contained in:
@@ -14,9 +14,9 @@ services:
|
||||
volumes:
|
||||
- {{ plex_data_dir }}/config:/config
|
||||
- {{ plex_data_dir }}/transcode:/transcode
|
||||
- {{ '/mnt/data/movies' if inventory_hostname == 'mennos-cachyos-desktop' else '/mnt/object_storage/movies' }}:/movies
|
||||
- {{ '/mnt/data/tvshows' if inventory_hostname == 'mennos-cachyos-desktop' else '/mnt/object_storage/tvshows' }}:/tvshows
|
||||
- {{ '/mnt/data/music' if inventory_hostname == 'mennos-cachyos-desktop' else '/mnt/object_storage/music' }}:/music
|
||||
- {{ '/mnt/data/movies' }}:/movies
|
||||
- {{ '/mnt/data/tvshows' }}:/tvshows
|
||||
- {{ '/mnt/data/music' }}:/music
|
||||
deploy:
|
||||
resources:
|
||||
reservations:
|
||||
|
@@ -3,7 +3,7 @@
|
||||
block:
|
||||
- name: Set Plex directories
|
||||
ansible.builtin.set_fact:
|
||||
plex_data_dir: "{{ '/mnt/services/plex' if inventory_hostname == 'mennos-cachyos-desktop' else '/mnt/object_storage/services/plex' }}"
|
||||
plex_data_dir: "/mnt/services/plex"
|
||||
plex_service_dir: "{{ ansible_env.HOME }}/services/plex"
|
||||
|
||||
- name: Create Plex directories
|
||||
|
Reference in New Issue
Block a user