File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
.stackhpc/inventory/group_vars/all
common/inventory/group_vars/all Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -4,5 +4,3 @@ openondemand_desktop_partition: standard
4
4
# openondemand_dashboard_support_url:
5
5
# openondemand_dashboard_docs_url:
6
6
# openondemand_filesapp_paths:
7
- ondemand_package : ondemand-"{{ ondemand_package_version }}"
8
- ondemand_package_version : ' 3.1.10'
Original file line number Diff line number Diff line change 5
5
6
6
# NB: Variables prefixed ood_ are all from https://github.com/OSC/ood-ansible
7
7
8
+ ondemand_package_version : ' 3.1.10' # used in ansible/cleanup.yml
9
+ ondemand_package : ondemand-"{{ ondemand_package_version }}" # osc.ood role var controlling installed package
10
+
8
11
openondemand_servername : " {{ hostvars[groups['openondemand'].0].ansible_host if groups['openondemand'] else '' }}"
9
12
10
13
openondemand_auth : basic_pam
You can’t perform that action at this time.
0 commit comments