File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
environments/common/inventory/group_vars/all Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4545 tasks_from : install.yml
4646
4747 - name : Include distribution variables for osc.ood
48- include_vars : " {{ appliances_repository_root }}/ansible/roles/osc.ood/vars/Rocky.yml"
48+ include_vars : " {{ appliances_repository_root }}/ansible/roles/osc.ood/vars/Rocky/8 .yml"
4949 # FUTURE: install-apps.yml - this is git clones
5050
5151 # - import_playbook: portal.yml
Original file line number Diff line number Diff line change 1010- include_role :
1111 name : osc.ood
1212 tasks_from : install-package.yml
13- vars_from : Rocky.yml
13+ vars_from : Rocky/8 .yml
1414 public : yes # Expose the vars from this role to the rest of the play
1515 # can't set vars: from a dict hence the workaround above
1616
Original file line number Diff line number Diff line change 1313# or include regex special characters.
1414openondemand_host_regex : " {{ (groups['compute'] + groups['grafana']) | to_ood_regex }}"
1515
16- ondemand_package : ondemand-2 .0.29
16+ ondemand_package : ondemand-3 .0.1
1717
1818openondemand_dashboard_links : # TODO: should really only be deployed if grafana is deployed and proxying configured
1919 - name : Grafana
Original file line number Diff line number Diff line change 1919 # No versions available
2020 - src : https://github.com/OSC/ood-ansible.git
2121 name : osc.ood
22- version : v2 .0.8
22+ version : v3 .0.6
2323
2424collections :
2525- name : containers.podman
You can’t perform that action at this time.
0 commit comments