tests: move common cloud-init config to a unified file, rename some base distribution.
This commit is contained in:
parent
a793e711e5
commit
161078ed90
15 changed files with 53 additions and 197 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue