alpine-zdt-images/alpine-cloud-images/configs/bootstrap/cloudinit.conf

15 lines
305 B
Plaintext

# vim: ts=2 et:
# name = [cloudinit]
# start cloudinit images with 3.15
EXCLUDE = ["3.12", "3.13", "3.14"]
packages {
cloud-init = true
openssh-server-pam = true
e2fsprogs-extra = true # for resize2fs
}
services.default.cloud-init-hotplugd = true
scripts = [ setup-cloudinit ]