File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
ansible/roles/openondemand/tasks
environments/common/inventory/group_vars/all Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
- include_role :
11
11
name : osc.ood
12
12
tasks_from : install-package.yml
13
- vars_from : Rocky.yml
13
+ vars_from : Rocky/8 .yml
14
14
public : yes # Expose the vars from this role to the rest of the play
15
15
# can't set vars: from a dict hence the workaround above
16
16
Original file line number Diff line number Diff line change 13
13
# or include regex special characters.
14
14
openondemand_host_regex : " {{ (groups['compute'] + groups['grafana']) | to_ood_regex }}"
15
15
16
- ondemand_package : ondemand-2 .0.29
16
+ ondemand_package : ondemand-3 .0.1
17
17
18
18
openondemand_dashboard_links : # TODO: should really only be deployed if grafana is deployed and proxying configured
19
19
- name : Grafana
Original file line number Diff line number Diff line change 19
19
# No versions available
20
20
- src : https://github.com/OSC/ood-ansible.git
21
21
name : osc.ood
22
- version : v2 .0.8
22
+ version : v3 .0.6
23
23
24
24
collections :
25
25
- name : containers.podman
You can’t perform that action at this time.
0 commit comments