Debugging Amazon-2023 and Ubuntu 22.04

This commit is contained in:
David Murphy 2024-07-10 10:17:46 -06:00 committed by Daniel Wozniak
parent 1c244ea427
commit b1d1ec6b26

View file

@ -46,8 +46,8 @@ platforms:
- name: amazon-2023
driver:
image: amazonlinux:2023
platform: fedora
## DGM platform: rhel
## DGM platform: fedora
platform: rhel
provision_command:
## DGM - yum -y install procps-ng
- yum -y install --allowerasing procps-ng curl
@ -137,12 +137,16 @@ platforms:
- echo "PubkeyAcceptedAlgorithms +ssh-rsa" | tee -a /etc/ssh/sshd_config
- name: rockylinux-8
- name: oraclelinux-8
- name: ubuntu-22.04
- name: ubuntu-24.04
driver:
run_command: /lib/systemd/systemd
provision_command:
- echo "PubkeyAcceptedAlgorithms +ssh-rsa" | tee -a /etc/ssh/sshd_config
- name: ubuntu-22.04
driver:
run_command: /lib/systemd/systemd
provision_command:
- echo "PubkeyAcceptedAlgorithms +ssh-rsa" | tee -a /etc/ssh/sshd_config
- name: ubuntu-20.04
driver:
run_command: /lib/systemd/systemd