Cloud-init: Difference between revisions

From DWIKI
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
*[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]
*[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]
*[https://curtin.readthedocs.io/en/latest/topics/storage.html Curtin: Storage]


=Notes=
==Creating template==
CUSTOM_USERNAME
=FAQ=
=FAQ=
==Keep cloud-init from regerating ssh keys==
==Keep cloud-init from regerating ssh keys==

Latest revision as of 18:32, 4 July 2024

Documentation

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