File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 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"] }
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
You can’t perform that action at this time.
0 commit comments