Skip to content

Commit

Permalink
Specify the default page for Bookbag and disabled specific components
Browse files Browse the repository at this point in the history
  • Loading branch information
mcouliba committed Sep 7, 2021
1 parent 7807037 commit 5fafc16
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,13 @@
OPENSHIFT_PASSWORD: "{{ workshop_openshift.user_password }}"
WORKSHOP_GIT_REPO: "{{ workshop_source.giturl }}"
WORKSHOP_GIT_REF: "{{ workshop_source.gitbranch }}"
DEFAULT_PAGE: workshop
ENABLE_CONSOLE: false
ENABLE_DASHBOARD: false
ENABLE_SLIDES: false
ENABLE_TERMINAL: false
ENABLE_WEBDAV: false
ENABLE_WORKSHOP: false
loop: "{{ users }}"

- name: output workshop info
Expand Down

0 comments on commit 5fafc16

Please sign in to comment.