File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
environments/common/inventory/group_vars/all Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -82,11 +82,14 @@ openondemand_clusters_grafana:
82
82
host : " host"
83
83
jobid : " jobid"
84
84
85
- ood_install_apps_defaults :
85
+ # define installation of openondemand apps (see openondemand_apps_* below for configuration):
86
+ openondemand_install_apps_default :
86
87
jupyter :
87
88
repo : https://github.com/OSC/bc_example_jupyter.git
88
89
version : master # defaults (optional)
89
- ood_install_apps : " {{ ood_install_apps_defaults if openondemand_jupyter_partition | default(none) else {} }}"
90
+ openondemand_install_apps_extra : {} # mapping, values as for ansible.builtin.git: repo (required)/dest/version(default main)/umask
91
+ # osc:ood role var (NB only active when not in configure):
92
+ ood_install_apps : " {{ openondemand_install_apps_default if openondemand_jupyter_partition | default(none) else {} | combine(openondemand_install_apps_extra) }}"
90
93
91
94
# https://github.com/OSC/ondemand/tree/master/apps/bc_desktop
92
95
# also https://osc.github.io/ood-documentation/latest/enable-desktops/custom-job-submission.html#enable-desktops-custom-job-submission
You can’t perform that action at this time.
0 commit comments