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

@ -2,23 +2,6 @@
# Based on https://github.com/canonical/autoinstall-desktop
# https://github.com/canonical/ubuntu-desktop-provision/blob/main/README.md
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
- build-essential