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
|
||||
password: fedora
|
||||
chpasswd: { expire: False }
|
||||
user: test
|
||||
chpasswd:
|
||||
list: |
|
||||
root:weakpassword
|
||||
test:weakpassword
|
||||
expire: False
|
||||
ssh_pwauth: True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue