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