clank-node/files/cloud_init_deb12.cloud_config
kjuulh 7708a0cdf3
All checks were successful
continuous-integration/drone/push Build is passing
feat: include template
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-11-30 00:25:36 +01:00

9 lines
185 B
Plaintext

#cloud-config
runcmd:
- apt update
- apt install -y qemu-guest-agent neovim ranger
- systemctl start qemu-guest-agent
- systemctl enable --now sshd
fqdn: ${hostname}.${domain}