Added ssh_host

This commit is contained in:
Gregory Ballantine 2024-01-30 21:42:32 -05:00
parent 17d4199efd
commit 05171a80a3

View File

@ -12,9 +12,10 @@ source "qemu" "almalinux-9" {
iso_checksum = "sha256:af5377a1d16bbe599ea91a8761ad645f2f54687075802bdc0c0703ee610182e9" iso_checksum = "sha256:af5377a1d16bbe599ea91a8761ad645f2f54687075802bdc0c0703ee610182e9"
output_directory = "/srv/kvm/" output_directory = "/srv/kvm/"
shutdown_command = "echo 'packer' | sudo -S poweroff" shutdown_command = "echo 'packer' | sudo -S poweroff"
disk_size = "50000M" disk_size = "5000M"
format = "qcow2" format = "qcow2"
accelerator = "kvm" accelerator = "kvm"
ssh_host = "kamino.int.metaunix.net"
ssh_username = "xadmin" ssh_username = "xadmin"
ssh_password = "s0m3password" ssh_password = "s0m3password"
ssh_timeout = "20m" ssh_timeout = "20m"