I have created a few cloud init config files and have applied them using the
This is a sanitised user config:
Thanks,
Swan
qm set 8002 --cicustom "user=Alpha-1:snippets/user.yaml"
, but when I use cloudinit dump, it jut shows the default config. When i clone the template and boot the virtual machine it fails to load my custom config and uses the proxmox default one.This is a sanitised user config:
YAML:
#cloud-config
users:
- name: swan
sudo: ALL=(ALL) NOPASSWD:ALL
home: /home/swan
shell: /bin/bash
groups: [users, sudo]
lock_passwd: True
gecos: Swan
ssh_authorized_keys:
- ssh-rsa
- ssh-rsa
Thanks,
Swan
Last edited: