Cloud-init

From DWIKI
Revision as of 17:45, 4 July 2024 by Tony (talk | contribs)

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