Files
fedora-infra_ansible/roles/openqa/server/files/user-data
2020-04-24 21:34:16 +02:00

9 lines
122 B
Plaintext

#cloud-config
user: test
chpasswd:
list: |
root:weakpassword
test:weakpassword
expire: False
ssh_pwauth: True