From 9dd176ba273779aca9d7c74fee1de5776a501364 Mon Sep 17 00:00:00 2001 From: Markus Date: Thu, 27 Jun 2024 13:13:39 +0300 Subject: [PATCH] Add data_label property for worker configuration on prod.yml --- infrastructure/server-setup/inventory/production.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/infrastructure/server-setup/inventory/production.yml b/infrastructure/server-setup/inventory/production.yml index 5dcb9bc2..5a74f95c 100644 --- a/infrastructure/server-setup/inventory/production.yml +++ b/infrastructure/server-setup/inventory/production.yml @@ -51,6 +51,7 @@ docker-workers: hosts: markusland-prod-02: # @todo set this to be the hostname of your target server ansible_host: '164.92.235.83' + data_label: data2 # If you are using a jump server to access this environment, enter other SSH args here. # ansible_ssh_common_args: '-J jump@55.55.55.55 -o StrictHostKeyChecking=no'