Try several connection changes
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Danny Bessems 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

View File

@ -27,7 +27,8 @@ source "vsphere-iso" "ubuntuserver" {
communicator = "ssh"
ssh_username = "ubuntu"
ssh_password = var.ssh_password
ssh_password = "ubuntu"
// ssh_password = var.ssh_password
ssh_timeout = "20m"
ssh_handshake_attempts = "100"
ssh_pty = true