Skip to content

Commit

Permalink
Engineblock is moved to a seperate group. This allows running
Browse files Browse the repository at this point in the history
engineblock on seperate docker hosts
  • Loading branch information
quartje committed Nov 27, 2024
1 parent 94773ce commit bcc1797
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions provision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,14 @@
- { role: stepupra , tags: ['stepupra' , 'stepup'] }
- { role: stepupgateway , tags: ['stepupgateway' , 'stepup'] }

- hosts: docker
- hosts: docker_apps1,docker_apps2
become: true
roles:
- { role: docker, tags: ['docker' ] }

- hosts: docker_apps1
become: true
roles:
- { role: invite, tags: ['invite' ] }
- { role: dashboard, tags: ["dashboard"] }
- { role: teams, tags: ["teams"] }
Expand All @@ -183,8 +187,12 @@
- { role: diyidp, tags: ["diyidp"] }
- { role: profile, tags: ["profile"] }
- { role: lifecycle, tags: ["lifecycle"] }
- { role: engineblock, tags: ["eb"] }
- { role: stepuptiqr, tags: ['stepuptiqr' , 'stepup'] }

- hosts: docker_apps2
become: true
roles:
- { role: engineblock, tags: ["eb"] }

- import_playbook: "{{ environment_dir }}/playbook.yml"

0 comments on commit bcc1797

Please sign in to comment.