Cloud-init
From DWIKI
Documentation
- The cloud-init readthedocs
- Cloud-init integration
- Proxmox: Use Custom Cloud-Init File (User-Data)
- User data formats
- Step-by-Step Guide: Creating a Ready-to-Use Ubuntu Cloud Image on Proxmox
- Curtin: Storage
Notes
Creating template
CUSTOM_USERNAME
FAQ
Keep cloud-init from regerating ssh keys
Disable all of cloud-init:
touch /etc/cloud/cloud-init.disabled
or add to cloud.cfg:
ssh_deletekeys: false