mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-31 17:31:36 +08:00
9 lines
122 B
Plaintext
9 lines
122 B
Plaintext
#cloud-config
|
|
user: test
|
|
chpasswd:
|
|
list: |
|
|
root:weakpassword
|
|
test:weakpassword
|
|
expire: False
|
|
ssh_pwauth: True
|