Skip to content

Commit

Permalink
Add the dockerized roles for teams, attribute-aggregation, voot and p…
Browse files Browse the repository at this point in the history
…dp to the main playbook
  • Loading branch information
quartje committed Apr 5, 2024
1 parent 0e2aaab commit c01f6fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 38 deletions.
3 changes: 3 additions & 0 deletions provision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,9 @@
- { role: invite, tags: ['invite' ] }
- { role: dashboard, tags: ["dashboard"] }
- { role: teams, tags: ["teams"] }
- { role: pdp, tags: ["pdp"] }
- { role: voot, tags: ["voot"] }
- { role: attribute-aggregation, tags: ["aa"] }
- { role: mujina-idp, tags: ["mujina-idp"] }
- { role: oidc-playground, tags: ["oidc-playground"] }
- { role: stats, tags: ["stats"] }
Expand Down
38 changes: 0 additions & 38 deletions roles/springboot/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@

springboot_services_state:
manage: true
pdp: true
attribute_aggregation: true
myconext: true
account: true
oidcng: true
voot: true
mujina_sp: true

springboot_core_services:
Expand All @@ -21,14 +18,6 @@ springboot_gui_services:
alias: manage-gui
enabled: "{{ springboot_services_state.manage }}"
version: "{{ manage_gui_version }}"
- name: pdp
alias: pdp-gui
enabled: "{{ springboot_services_state.pdp }}"
version: "{{ pdp_gui_version }}"
- name: attribute-aggregation
alias: attribute-aggregation-gui
enabled: "{{ springboot_services_state.attribute_aggregation }}"
version: "{{ attribute_aggregation_gui_version }}"
- name: myconext
alias: myconext-gui
enabled: "{{ springboot_services_state.myconext }}"
Expand Down Expand Up @@ -60,33 +49,6 @@ springboot_server_services:
max_heapsize: "{{ oidcng_max_heapsize | default('512m')}}"
config:
"{{ oidcng }}"
- name: voot
enabled: "{{ springboot_services_state.voot }}"
version: "{{ voot_version }}"
role: voot
artifactid: voot-service
port: 9191
type: server
min_heapsize: "{{ voot_min_heapsize | default('128m') }}"
max_heapsize: "{{ voot_max_heapsize | default('128m') }}"
config:
"{{ voot }}"
- name: pdp
enabled: "{{ springboot_services_state.pdp }}"
version: "{{ pdp_server_version }}"
port: 9196
type: server
min_heapsize: "{{ pdp_min_heapsize | default('512m') }}"
max_heapsize: "{{ pdp_max_heapsize | default('512m') }}"
config:
"{{ pdp }}"
- name: attribute-aggregation
enabled: "{{ springboot_services_state.attribute_aggregation }}"
version: "{{ attribute_aggregation_server_version }}"
type: server
port: 9198
min_heapsize: "{{ attribute_aggregation_min_heapsize | default('256m') }}"
max_heapsize: "{{ attribute_aggregation_max_heapsize | default('256m') }}"
- name: myconext
alias: myconext
enabled: "{{ springboot_services_state.myconext }}"
Expand Down

0 comments on commit c01f6fa

Please sign in to comment.