Skip to content

Commit

Permalink
Added User section back
Browse files Browse the repository at this point in the history
  • Loading branch information
BennyBergle committed Apr 12, 2024
1 parent 081fafe commit f13d678
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions tests/scripts/tests/default/data/test_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ Network:
ftp-port: 21
server:
port: 15206
user: genisys
group: genisys
working-directory: /srv/genisys
ssl:
OS:
Expand All @@ -27,6 +25,14 @@ OS:
target-architecture: amd64
UEFI:
uefi: false
Users:
root-login: true
root-password: $y$j9T$k9pvIgLcX46WAFwiGuhBx0$r4v90dAT1d0msSAtLP1e.LZ7qNpyYQ4OYa9VCvZeLcD # "password"
username: alice
password: $y$j9T$k9pvIgLcX46WAFwiGuhBx0$r4v90dAT1d0msSAtLP1e.LZ7qNpyYQ4OYa9VCvZeLcD
ssh-keys:
- tests/scripts/tests/default/data/ssh/id_rsa.pub
sudoer: true
Applications:
- curl
ansible:
Expand Down

0 comments on commit f13d678

Please sign in to comment.