diff options
Diffstat (limited to 'inventory/host_vars')
-rw-r--r-- | inventory/host_vars/sk-cloudio/pigallery2.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/inventory/host_vars/sk-cloudio/pigallery2.yml b/inventory/host_vars/sk-cloudio/pigallery2.yml index fdbf8cc8..0a793afd 100644 --- a/inventory/host_vars/sk-cloudio/pigallery2.yml +++ b/inventory/host_vars/sk-cloudio/pigallery2.yml @@ -12,4 +12,8 @@ pigallery2_instances: hostname: pix.elevate.at zfs_properties: quota: 1G - images_path: /srv/storage/nextcloud/wolke.elevate.at/nextcloud/data/__groupfolders/1/Editions_2014_2022/Fotos_Editions/2022/ + images_paths: + 2020: /srv/storage/nextcloud/wolke.elevate.at/nextcloud/data/__groupfolders/1/Editions_2014_2022/Fotos_Editions/2020/ + 2021: /srv/storage/nextcloud/wolke.elevate.at/nextcloud/data/__groupfolders/1/Editions_2014_2022/Fotos_Editions/2021/ + 2022: /srv/storage/nextcloud/wolke.elevate.at/nextcloud/data/__groupfolders/1/Editions_2014_2022/Fotos_Editions/2022/ + 2023: /srv/storage/nextcloud/wolke.elevate.at/nextcloud/data/__groupfolders/1/Editions_2014_2022/Fotos_Editions/2023/ |