From dcfcb3887e747940aef3e99de6bc48e849a7bc3d Mon Sep 17 00:00:00 2001 From: Hoan To Date: Fri, 27 Jan 2023 17:13:33 +0100 Subject: [PATCH] DEV-814: start iam with keycloak, before other services in patchday --- patchday.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patchday.yml b/patchday.yml index f2d9914..f3003d5 100644 --- a/patchday.yml +++ b/patchday.yml @@ -212,7 +212,7 @@ # due to bloody dependencies in SMA application startup, iam must be available during startup # => patching IAM service outsourced in separate part to make sure that is up and running -- hosts: iam +- hosts: iam,keycloak serial: 10 become: yes tasks: @@ -257,7 +257,7 @@ state: present loop: '{{ docker_compose_services.files }}' -- hosts: all,!elastic,!postgres,!k8s_cluster,!iam,!restore +- hosts: all,!elastic,!postgres,!k8s_cluster,!iam,!restore,!keycloak serial: 10 become: yes tasks: