first commit

This commit is contained in:
Tyler
2022-03-06 15:30:05 -05:00
commit 14a1d3f2ea
10 changed files with 349 additions and 0 deletions

13
ubuntu/http/user-data Normal file
View 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