DYNDNS:
crontab -e */20 * * * * curl -sSL "https://ipv64.net/update.php?key=2k7Nx95FfBjVlCYgdnWSiLoQw1sXDzMR&domain=korczewski.de"
createvm.sh
#!/bin/bash
wget https://cloud-images.ubuntu.com/releases/22.04/release/ubuntu-22.04-server-cloudimg-amd64.img
qm create 9000 --memory 16000 --cores 4 --name ubuntu-k3s-template --net0 virtio,bridge=vmbr0
qm importdisk 9000 ubuntu-22.04-server-cloudimg-amd64.img local-lvm
qm set 9000 --scsihw virtio-scsi-pci --scsi0 local-lvm:vm-9000-disk-0 qm set 9000 --ide2 local-lvm:cloudinit qm set 9000 --boot c --bootdisk scsi0 qm set 9000 --serial0 socket --vga serial0
qm set 9000 --ciuser patrick qm set 9000 --cipassword "170591pk" qm set 9000 --sshkeys ~/.ssh/id_ed25519.pub
qm resize 9000 scsi0 32G
qm template 9000
qm clone 9000 101 --name k3s-node1 --full****
ln -s /var/lib/rancher/k3s/server/manifests/ /home/patrick/rasp5/ sudo chown -h patrick:patrick /home/ubuntu/patrick/rasp5/