first commit
This commit is contained in:
13
ubuntu/http/user-data
Normal file
13
ubuntu/http/user-data
Normal file
@ -0,0 +1,13 @@
|
||||
#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
|
Reference in New Issue
Block a user