docs: add pve, opentofu, cloudinit article

This commit is contained in:
Yorick Barbanneau 2024-10-20 00:38:40 +02:00
parent c48ee905df
commit ecaea9db49
7 changed files with 544 additions and 0 deletions

View file

@ -0,0 +1,10 @@
#cloud-config
hostname: test-debian-12
users:
- name: ephase
gecos: My simple user
ssh_authorized_keys:
- ssh-ed25519 AAbB...
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