Skip to content

Commit f5a226d

Browse files
committed
upgrade ssh from SIG/security to fix CVE-2024-6387
1 parent 3602dc9 commit f5a226d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

ansible/bootstrap.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,14 @@
167167
async: "{{ 30 * 60 }}" # wait for up to 30 minutes
168168
poll: 15 # check every 15 seconds
169169
register: updates
170+
- name: Install SIG/security release repo
171+
dnf:
172+
name: rocky-release-security
173+
- name: Upgrade openssh
174+
dnf:
175+
name: openssh\*
176+
enablerepo:
177+
- security-common
170178
- name: Ensure update log directory on localhost exists
171179
file:
172180
path: "{{ update_log_path | dirname }}"

0 commit comments

Comments
 (0)