From b720a3b747d8ee4948e488df2a6fc8f544b31c51 Mon Sep 17 00:00:00 2001 From: Jakub Czajka Date: Sun, 5 Nov 2023 23:11:54 +0100 Subject: [PATCH] Deploy upload server. --- storage_drive.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/storage_drive.yaml b/storage_drive.yaml index acdf6e4..4e6febe 100644 --- a/storage_drive.yaml +++ b/storage_drive.yaml @@ -49,6 +49,7 @@ with_items: - drive_auth.service - drive_download.service + - drive_upload.service - psql_backup.service - psql_backup.timer - storage_drive.service @@ -63,6 +64,7 @@ - download.sh - psql_backup.sh - storage_drive.sh + - upload.sh - name: Enable services systemd: name: "{{ item }}" @@ -73,4 +75,5 @@ with_items: - drive_auth.service - drive_download.service + - drive_upload.service - storage_drive.service -- 2.39.5