Fix authentication keys in packer template
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
6ae9003fec
commit
7b525a6ea8
@ -26,9 +26,9 @@ source "vsphere-iso" "ubuntuserver" {
|
||||
boot_wait = "2s"
|
||||
|
||||
communicator = "ssh"
|
||||
winrm_username = "root"
|
||||
winrm_password = var.ssh_password
|
||||
winrm_timeout = "10m"
|
||||
ssh_username = "root"
|
||||
ssh_password = var.ssh_password
|
||||
ssh_timeout = "10m"
|
||||
|
||||
CPUs = 2
|
||||
RAM = 4096
|
||||
|
Loading…
Reference in New Issue
Block a user