2024-11-30 00:25:13 +01:00
|
|
|
#cloud-config
|
|
|
|
runcmd:
|
|
|
|
- apt update
|
|
|
|
- apt install -y qemu-guest-agent neovim ranger
|
|
|
|
- systemctl start qemu-guest-agent
|
|
|
|
- systemctl enable --now sshd
|
2024-11-30 11:54:31 +01:00
|
|
|
- curl https://git.front.kjuulh.io/kjuulh/churn-v2/raw/branch/main/install.sh | bash
|
|
|
|
|
2024-11-30 00:25:13 +01:00
|
|
|
|
|
|
|
fqdn: ${hostname}.${domain}
|