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
44# openondemand_dashboard_support_url:
55# openondemand_dashboard_docs_url:
66# 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 55
66# NB: Variables prefixed ood_ are all from https://github.com/OSC/ood-ansible
77
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+
811openondemand_servername : " {{ hostvars[groups['openondemand'].0].ansible_host if groups['openondemand'] else '' }}"
912
1013openondemand_auth : basic_pam
You can’t perform that action at this time.
0 commit comments