openqa/server: tweak usernames/passwords for cloud-init config
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
29a666e2a3
commit
08c8bd379a
1 changed files with 6 additions and 2 deletions
|
@ -1,4 +1,8 @@
|
||||||
#cloud-config
|
#cloud-config
|
||||||
password: fedora
|
user: test
|
||||||
chpasswd: { expire: False }
|
chpasswd:
|
||||||
|
list: |
|
||||||
|
root:weakpassword
|
||||||
|
test:weakpassword
|
||||||
|
expire: False
|
||||||
ssh_pwauth: True
|
ssh_pwauth: True
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue