Cloud-init: Difference between revisions
From DWIKI
m (→Documentation) |
m (→Documentation) |
||
Line 4: | Line 4: | ||
*[https://github.com/chris2k20/proxmox-cloud-init Proxmox: Use Custom Cloud-Init File (User-Data)] | *[https://github.com/chris2k20/proxmox-cloud-init Proxmox: Use Custom Cloud-Init File (User-Data)] | ||
*[https://cloudinit.readthedocs.io/en/latest/explanation/format.html User data formats] | *[https://cloudinit.readthedocs.io/en/latest/explanation/format.html User data formats] | ||
*[https://akashrajvanshi.medium.com/step-by-step-guide-creating-a-ready-to-use-ubuntu-cloud-image-on-proxmox-03d057f04fb2 Step-by-Step Guide: Creating a Ready-to-Use Ubuntu Cloud Image on Proxmox] | |||
=FAQ= | =FAQ= |
Revision as of 07:20, 3 July 2024
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
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