notes/devops/sandbox/terraform/libvirt/getting-started/cloud_init.cfg
2022-10-24 17:09:32 +05:30

8 lines
121 B
YAML

#cloud-config
# vim: syntax=yaml
ssh_pwauth: True
chpasswd:
list: |
root:terraform-libvirt-linux
expire: False