refraator(test): cloud init source out of packer directory.

This commit is contained in:
Alexandre Pujol 2025-01-24 21:51:44 +01:00
parent 8ce3c02000
commit cd8ae6a391
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
15 changed files with 0 additions and 0 deletions

View file

@ -1,43 +0,0 @@
#cloud-config
hostname: ${hostname}
locale: en_IE
keyboard:
layout: ie
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
- distribution-release
- git
- golang-packaging
- htop
- make
- rpmbuild
- vim
write_files:
# Set some bash aliases
- path: /home/${username}/.bashrc
append: true
content: |
[[ -f ~/.bash_aliases ]] && source ~/.bash_aliases
# Setup shared directory
- path: /etc/fstab
append: true
content: |
0a31bc478ef8e2461a4b1cc10a24cc4 /home/user/Projects/apparmor.d virtiofs defaults 0 1