From f2b300c7a305fcca9a74e23a5e58555018651ab4 Mon Sep 17 00:00:00 2001 From: Eesaan Atluri <eesaanatluri@gmail.com> Date: Tue, 16 Aug 2022 03:12:06 -0500 Subject: [PATCH] Add ssh related vars to example file --- openstack.pkrvars.hcl.example | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/openstack.pkrvars.hcl.example b/openstack.pkrvars.hcl.example index 7771e06..ccb0451 100644 --- a/openstack.pkrvars.hcl.example +++ b/openstack.pkrvars.hcl.example @@ -12,3 +12,9 @@ security_groups = ["allow ssh"] image_date_suffix = false # Set to a public key that will be added as a root ssh key root_ssh_key = "ecdsa-sha2-nistp256 AAAAyourkeyhere comment string here" +# The username to connect to SSH with. Used by Packer build section +ssh_username = "centos" +# Key that will be used for SSH with the machine. Must match key pair name loaded up into the remote. +ssh_keypair_name = "" +# Path to the private key file to use to authenticate with SSH. +ssh_private_key_file = "" -- GitLab