docs: add pve, opentofu, cloudinit article
This commit is contained in:
parent
c48ee905df
commit
ecaea9db49
7 changed files with 544 additions and 0 deletions
|
@ -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
|
|
@ -0,0 +1,6 @@
|
|||
#cloud-config
|
||||
package_update: true
|
||||
packages:
|
||||
- qemu-guest-agent
|
||||
runcmd:
|
||||
- systemctl enable --now qemu-guest-agent
|
Loading…
Add table
Add a link
Reference in a new issue