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