
- The standard for customising cloud instances
Use cloud-init to configure: Setting a default locale; Setting the hostname; Generating and setting up SSH private keys; Setting up ephemeral mount points
Introduction to cloud-init - cloud-init 25.1.1 documentation
Cloud-init is an open source initialization tool that was designed to make it easier to get your systems up and running with a minimum of effort, already configured according to your needs. …
cloud-init Documentation — cloud-init 22.1 documentation
Cloud-init is the industry standard multi-distribution method for cross-platform cloud instance initialization. It is supported across all major public cloud providers, provisioning systems for …
Tutorials - cloud-init 25.1.1 documentation
If you are completely new to cloud-init and would like a more thorough introduction, we suggest starting with the new user tutorial. This tutorial uses the QEMU emulator to introduce you to all …
Cloud config examples — cloud-init 22.1 documentation
#cloud-config # Cloud-init supports the creation of simple partition tables and file systems # on devices.
Update, upgrade and install packages - cloud-init 25.1 …
Output message when cloud-init finishes; Configure system logging via rsyslog; Configuration managers
cloud-init Documentation — cloud-init 22.3 documentation
Cloud-init is the industry standard multi-distribution method for cross-platform cloud instance initialization. It is supported across all major public cloud providers, provisioning systems for …
How-to guides - cloud-init 25.1.1 documentation
If you have a specific goal in mind and are already familiar with the basics of cloud-init, our how-to guides cover some of the more common operations and tasks that you may need to complete. …
VMware - cloud-init 25.1.1 documentation
Since vSphere 7.0 Update 3 version, users can create a Linux customization specification with minimal cloud-init meta-data and user-data, and apply this specification to a virtual machine. …
Configure partitions and filesystems - cloud-init 25.1.1 …
Cloud-init supports the creation of simple partition tables and filesystems on devices. Disk partitioning is done using the disk_setup directive. File system configuration is done using the …