mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 10:10:25 +00:00
Debugging Oracle Linux 9
This commit is contained in:
parent
210db17a78
commit
1c244ea427
1 changed files with 10 additions and 1 deletions
11
kitchen.yml
11
kitchen.yml
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue