feat: add mennos-cloud-server configuration and update related tasks
Some checks failed
Nix Format Check / check-format (push) Failing after 39s
Some checks failed
Nix Format Check / check-format (push) Failing after 39s
This commit is contained in:
@@ -48,16 +48,14 @@
|
||||
- /mnt/isos
|
||||
- /mnt/vms
|
||||
- /mnt/ai
|
||||
- /mnt/astrophotography
|
||||
- /mnt/audiobooks
|
||||
- /mnt/downloads
|
||||
- /mnt/movies
|
||||
- /mnt/music
|
||||
# - /mnt/old_backups
|
||||
- /mnt/photos
|
||||
- /mnt/services
|
||||
- /mnt/stash
|
||||
- /mnt/audiobooks
|
||||
- /mnt/music
|
||||
- /mnt/photos
|
||||
- /mnt/movies
|
||||
- /mnt/tvshows
|
||||
# - /mnt/old_backups
|
||||
when: datapool_check.rc == 0
|
||||
|
||||
- name: Mount ZFS datasets
|
||||
@@ -71,16 +69,14 @@
|
||||
- { path: /mnt/isos, src: datapool/isos }
|
||||
- { path: /mnt/vms, src: datapool/vms }
|
||||
- { path: /mnt/ai, src: datapool/ai }
|
||||
- { path: /mnt/astrophotography, src: datapool/astro }
|
||||
- { path: /mnt/audiobooks, src: datapool/audiobooks }
|
||||
- { path: /mnt/downloads, src: datapool/downloads }
|
||||
- { path: /mnt/movies, src: datapool/movies }
|
||||
- { path: /mnt/music, src: datapool/music }
|
||||
# - { path: /mnt/old_backups, src: datapool/old_backups }
|
||||
- { path: /mnt/photos, src: datapool/photos }
|
||||
- { path: /mnt/services, src: datapool/services }
|
||||
- { path: /mnt/stash, src: datapool/stash }
|
||||
- { path: /mnt/audiobooks, src: datapool/audiobooks }
|
||||
- { path: /mnt/music, src: datapool/music }
|
||||
- { path: /mnt/photos, src: datapool/photos }
|
||||
- { path: /mnt/movies, src: datapool/movies }
|
||||
- { path: /mnt/tvshows, src: datapool/tv_shows }
|
||||
# - { path: /mnt/old_backups, src: datapool/old_backups }
|
||||
when: datapool_check.rc == 0
|
||||
|
||||
- name: Set ownership after mounting
|
||||
@@ -96,14 +92,12 @@
|
||||
- /mnt/isos
|
||||
- /mnt/vms
|
||||
- /mnt/ai
|
||||
- /mnt/astrophotography
|
||||
- /mnt/audiobooks
|
||||
- /mnt/downloads
|
||||
- /mnt/movies
|
||||
- /mnt/music
|
||||
- /mnt/old_backups
|
||||
- /mnt/photos
|
||||
- /mnt/services
|
||||
- /mnt/stash
|
||||
- /mnt/audiobooks
|
||||
- /mnt/music
|
||||
- /mnt/photos
|
||||
- /mnt/movies
|
||||
- /mnt/tvshows
|
||||
# - /mnt/old_backups
|
||||
when: datapool_check.rc == 0
|
||||
|
||||
Reference in New Issue
Block a user