21 lines
320 B
Markdown
21 lines
320 B
Markdown
---
|
|
title: Cloud-Init
|
|
visible: false
|
|
---
|
|
|
|
[toc]
|
|
|
|
## VM Preparation
|
|
|
|
The VM template needs a few cloud-init tools installed before we can use it with cloud-init configs
|
|
|
|
### Debian
|
|
|
|
`# apt install cloud-init cloud-initramfs-growroot`
|
|
|
|
### AlmaLinux
|
|
|
|
## Config file
|
|
|
|
Cloud-init has a config file in `/etc/cloud/cloud.cfg`
|