12 lines
318 B
Plaintext
12 lines
318 B
Plaintext
#cloud-config
|
|
autoinstall:
|
|
version: 1
|
|
identity:
|
|
hostname: ubuntu-server
|
|
# This is the crypted pass of 'ubuntu'
|
|
password: "$6$exDY1mhS4KUYCE/2$zmn9ToZwTKLhCw.b4/b.ZRTIZM30JZ4QrOQ2aOXJ8yk96xpcCof0kxKwuX1kqLG/ygbJ1f8wxED22bTL4F46P0"
|
|
username: testuser
|
|
ssh:
|
|
install-server: yes
|
|
allow-pw: yes
|