(Install) for barbatruc pve

This commit is contained in:
2025-11-22 01:27:53 +01:00
commit 8cea4a43a3
11 changed files with 366 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
#cloud-config
hostname: test-debian-13
users:
- name: jules
gecos: jules
ssh_authorized_keys:
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICQQONYcvTqY2lHU4wyVptMCajc2sc48FFxmGka/vMsF jules@jules-laptop
lock_passwd: false
sudo: ['ALL=(ALL) NOPASSWD:ALL']
shell: /bin/bash

View File

@@ -0,0 +1,6 @@
#cloud-config
package_update: true
packages:
- qemu-guest-agent
runcmd:
- systemctl enable --now qemu-guest-agent