|
|
|
@ -212,7 +212,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
# due to bloody dependencies in SMA application startup, iam must be available during startup
|
|
|
|
# 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
|
|
|
|
# => patching IAM service outsourced in separate part to make sure that is up and running
|
|
|
|
- hosts: iam
|
|
|
|
- hosts: iam,keycloak
|
|
|
|
serial: 10
|
|
|
|
serial: 10
|
|
|
|
become: yes
|
|
|
|
become: yes
|
|
|
|
tasks:
|
|
|
|
tasks:
|
|
|
|
@ -257,7 +257,7 @@
|
|
|
|
state: present
|
|
|
|
state: present
|
|
|
|
loop: '{{ docker_compose_services.files }}'
|
|
|
|
loop: '{{ docker_compose_services.files }}'
|
|
|
|
|
|
|
|
|
|
|
|
- hosts: all,!elastic,!postgres,!k8s_cluster,!iam,!restore
|
|
|
|
- hosts: all,!elastic,!postgres,!k8s_cluster,!iam,!restore,!keycloak
|
|
|
|
serial: 10
|
|
|
|
serial: 10
|
|
|
|
become: yes
|
|
|
|
become: yes
|
|
|
|
tasks:
|
|
|
|
tasks:
|
|
|
|
|