From cb99f1f5d207b65d4894b856d5bde0585d969085 Mon Sep 17 00:00:00 2001 From: rblundon Date: Mon, 22 Sep 2025 10:29:33 -0500 Subject: [PATCH] added key --- infra-config/04-vm-templates/ubuntu-24.04.03/files/ansible | 7 +++++++ .../04-vm-templates/ubuntu-24.04.03/ubuntu-24.04.pkr.hcl | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 infra-config/04-vm-templates/ubuntu-24.04.03/files/ansible diff --git a/infra-config/04-vm-templates/ubuntu-24.04.03/files/ansible b/infra-config/04-vm-templates/ubuntu-24.04.03/files/ansible new file mode 100644 index 0000000..fce2716 --- /dev/null +++ b/infra-config/04-vm-templates/ubuntu-24.04.03/files/ansible @@ -0,0 +1,7 @@ +-----BEGIN OPENSSH PRIVATE KEY----- +b3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAAAMwAAAAtzc2gtZW +QyNTUxOQAAACDZ0jP/XzvK8/2pqpMqBlM1CjTc85rUlz8Dgq9TvcyjTgAAAJDiCwTX4gsE +1wAAAAtzc2gtZWQyNTUxOQAAACDZ0jP/XzvK8/2pqpMqBlM1CjTc85rUlz8Dgq9TvcyjTg +AAAEAiBuv1SaNw78SpxQ2d+Z1ZRRPuZl9MRulSHySNiV6NtNnSM/9fO8rz/amqkyoGUzUK +NNzzmtSXPwOCr1O9zKNOAAAAB2Fuc2libGUBAgMEBQY= +-----END OPENSSH PRIVATE KEY----- diff --git a/infra-config/04-vm-templates/ubuntu-24.04.03/ubuntu-24.04.pkr.hcl b/infra-config/04-vm-templates/ubuntu-24.04.03/ubuntu-24.04.pkr.hcl index ae1a320..a1b5e91 100755 --- a/infra-config/04-vm-templates/ubuntu-24.04.03/ubuntu-24.04.pkr.hcl +++ b/infra-config/04-vm-templates/ubuntu-24.04.03/ubuntu-24.04.pkr.hcl @@ -95,7 +95,7 @@ source "proxmox-iso" "ubuntu-2404" { ssh_timeout = "120m" ssh_username = "${var.ssh_username}" # ssh_password = "${var.ssh_password}" - ssh_private_key_file = "./files/ansible.pub" + ssh_private_key_file = "./files/ansible" template_description = "Ubuntu 24.04.3, generated on ${timestamp()}" template_name = "${var.vm_name}" }