File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
environments/sussex-lab/terraform Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ variable "cluster_name" {
1919
2020variable "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
2525module "cluster" {
You can’t perform that action at this time.
0 commit comments