17 lines
322 B
Markdown
17 lines
322 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`
|