feat: create simple vm

This commit is contained in:
Ditmar Visser
2025-06-04 18:29:07 +00:00
parent 2cd943ce77
commit c272c7ea19
9 changed files with 205 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#cloud-config
users:
- name: skylab
ssh-authorized-keys:
- ${skylab-ssh-key}
shell: /bin/bash
sudo: ['ALL=(ALL) NOPASSWD:ALL']