packer-plugin-xenserver/examples/http/ubuntu-2004/user-data
2020-12-31 00:02:37 -08:00

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