tests: move common cloud-init config to a unified file, rename some base distribution.

This commit is contained in:
Alexandre Pujol 2025-03-01 13:18:19 +01:00
parent a793e711e5
commit 161078ed90
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
15 changed files with 53 additions and 197 deletions

View file

@ -1,20 +1,5 @@
#cloud-config
hostname: ${hostname}
ssh_pwauth: true
users:
- name: ${username}
plain_text_passwd: ${password}
shell: /bin/bash
ssh_authorized_keys:
- ${ssh_key}
lock_passwd: false
sudo: ALL=(ALL) NOPASSWD:ALL
package_update: true
package_upgrade: true
package_reboot_if_required: false
packages:
- apparmor-profiles
- bash-completion