14 lines
382 B
Plaintext
14 lines
382 B
Plaintext
|
#cloud-config
|
||
|
autoinstall:
|
||
|
version: 1
|
||
|
identity:
|
||
|
hostname: ubuntu-server
|
||
|
password: '$6$wdAcoXrU039hKYPd$508Qvbe7ObUnxoj15DRCkzC3qO7edjH0VV7BPNRDYK4QR8ofJaEEF2heacn0QgD.f8pO8SNp83XNdWG6tocBM1'
|
||
|
username: ubuntu
|
||
|
early-commands:
|
||
|
# otherwise packer tries to connect and exceed max attempts:
|
||
|
- systemctl stop ssh
|
||
|
ssh:
|
||
|
install-server: true
|
||
|
allow-pw: yes
|