Try several connection changes
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2021-06-07 16:25:50 +02:00
parent b7d737e7df
commit 03b5338f59
2 changed files with 6 additions and 5 deletions

View File

@ -1,9 +1,9 @@
#cloud-config
autoinstall:
version: 1
early-commands:
# Block inbound SSH to stop Packer trying to connect during initial install
- iptables -A INPUT -p tcp --dport 22 -j DROP
# early-commands:
# # Block inbound SSH to stop Packer trying to connect during initial install
# - iptables -A INPUT -p tcp --dport 22 -j DROP
locale: en_US
keyboard:
layout: en
@ -20,7 +20,7 @@ autoinstall:
identity:
hostname: packer-template
username: ubuntu
password: $6$SwUak7iE$viBso3cuUs4TPFaoN5eSmf4UBQ/0LyxQu4ty4WBpJnDtmUBS6ZwBReXoHdbdtXD8R96C2fT5t3FfuyfIDhASf0
password: $6$E.3LG7StnEURoOWy$PTcyaJyS5HHFExctu5hWd.oH0LapJ9gXzUd62QfVDjza4rfrEy61NVLmlGE40R7eSBvWBkISvRabc2y0NQ/sy0
ssh:
install-server: yes
allow-pw: true