Skip to content

Commit 69e77f2

Browse files
committed
Engineblock is moved to a seperate group. This allows running
engineblock on seperate docker hosts
1 parent 7a228ec commit 69e77f2

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

provision.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,10 +164,14 @@
164164
- { role: stepupra , tags: ['stepupra' , 'stepup'] }
165165
- { role: stepupgateway , tags: ['stepupgateway' , 'stepup'] }
166166

167-
- hosts: docker
167+
- hosts: docker_apps1,docker_apps2
168168
become: true
169169
roles:
170170
- { role: docker, tags: ['docker' ] }
171+
172+
- hosts: docker_apps1
173+
become: true
174+
roles:
171175
- { role: invite, tags: ['invite' ] }
172176
- { role: dashboard, tags: ["dashboard"] }
173177
- { role: teams, tags: ["teams"] }
@@ -183,8 +187,12 @@
183187
- { role: diyidp, tags: ["diyidp"] }
184188
- { role: profile, tags: ["profile"] }
185189
- { role: lifecycle, tags: ["lifecycle"] }
186-
- { role: engineblock, tags: ["eb"] }
187190
- { role: stepuptiqr, tags: ['stepuptiqr' , 'stepup'] }
188191

192+
- hosts: docker_apps2
193+
become: true
194+
roles:
195+
- { role: engineblock, tags: ["eb"] }
196+
189197
- import_playbook: "{{ environment_dir }}/playbook.yml"
190198

0 commit comments

Comments
 (0)