Debugging Oracle Linux 9

This commit is contained in:
David Murphy 2024-07-10 09:41:40 -06:00 committed by Daniel Wozniak
parent 210db17a78
commit 1c244ea427

View file

@ -115,7 +115,6 @@ platforms:
- *opensuse_provision_command_02
- *opensuse_provision_command_03
- echo "PubkeyAcceptedAlgorithms +ssh-rsa" | tee -a /etc/ssh/sshd_config
- name: oraclelinux-9
- name: rockylinux-9
driver:
platform: centosstream
@ -126,6 +125,16 @@ platforms:
### DGM - yum -y install crypto-policies-scripts procps-ng
### DGM - update-crypto-policies --set DEFAULT:SHA256
- echo "PubkeyAcceptedAlgorithms +ssh-rsa" | tee -a /etc/ssh/sshd_config
- name: oraclelinux-9
driver:
## DGM platform: centosstream
run_command: /usr/lib/systemd/systemd
provision_command:
- dnf -y install crypto-policies-scripts procps-ng
- update-crypto-policies --set DEFAULT:SHA1
### DGM - yum -y install crypto-policies-scripts procps-ng
### DGM - update-crypto-policies --set DEFAULT:SHA256
- echo "PubkeyAcceptedAlgorithms +ssh-rsa" | tee -a /etc/ssh/sshd_config
- name: rockylinux-8
- name: oraclelinux-8
- name: ubuntu-22.04