Skip to content

Commit 66a60b7

Browse files
authored
Merge pull request #4 from universityofsussex-its/update/v1.149
Update to v1.149
2 parents 1a8b744 + 9661f43 commit 66a60b7

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

ansible/bootstrap.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,20 @@
157157
tags:
158158
- update
159159
tasks:
160+
- name: Install SIG/security release repo
161+
dnf:
162+
name: rocky-release-security
163+
- name: Update openssh
164+
dnf:
165+
name:
166+
- openssh
167+
- openssh-askpass
168+
- openssh-clients
169+
- openssh-server
170+
state: latest
171+
update_only: true
172+
enablerepo:
173+
- security-common
160174
- block:
161175
- name: Update selected packages
162176
yum:

environments/sussex-lab/terraform/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ variable "cluster_name" {
1919

2020
variable "cluster_image_id" {
2121
type = string
22-
default = "df546967-3b01-4e44-86e9-ed2ef67efd91" # openhpc-ofed-RL9-240619-0949-66c0e540
22+
default = "1c86fcfd-fe5d-4225-952c-5b9f05632a57" # openhpc-ofed-RL9-240621-1308-96959324
2323
}
2424

2525
module "cluster" {

0 commit comments

Comments
 (0)