Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion ansible/cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,21 @@

- name: Cleanup /tmp
command : rm -rf /tmp/*


- name: Delete files triggering vulnerability scans
ansible.builtin.file:
path: "{{ item }}"
state: absent
loop: # NB: items here MUST have a justification!
# ondemand install: raised at https://github.com/OSC/ondemand/security/advisories/GHSA-f7j8-ppqm-m5vw
# All declared not to be an issue by Open Ondemand as relevant packages not installed
- "/opt/ood/ondemand/root/usr/share/gems/3.1/ondemand/{{ ondemand_package_version }}-1/gems/bootstrap_form-2.7.0/test/dummy/Gemfile.lock"
- "/opt/ood/ondemand/root/usr/share/gems/3.1/ondemand/{{ ondemand_package_version }}-1/gems/bootstrap_form-4.5.0/demo/yarn.lock"
- /var/www/ood/apps/sys/dashboard/node_modules/data-confirm-modal/Gemfile.lock
# chrony role: only used for role dev, venv never created on disk
- /etc/ansible-init/playbooks/roles/mrlesmithjr.chrony/poetry.lock
- /etc/ansible-init/playbooks/roles/mrlesmithjr.chrony/requirements.txt

- name: Get package facts
package_facts:

Expand Down
14 changes: 0 additions & 14 deletions environments/.stackhpc/hooks/post.yml

This file was deleted.

4 changes: 2 additions & 2 deletions environments/.stackhpc/tofu/cluster_image.auto.tfvars.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"cluster_image": {
"RL8": "openhpc-RL8-250221-0904-e4ff694e",
"RL9": "openhpc-RL9-250221-0904-e4ff694e"
"RL8": "openhpc-RL8-250305-1110-534ed276",
"RL9": "openhpc-RL9-250305-1110-534ed276"
}
}