From c0d1d6c121600e422b60a7fad6f8b3c7163ed525 Mon Sep 17 00:00:00 2001 From: Iwan Clement Date: Mon, 17 Jan 2022 02:03:13 +0100 Subject: [PATCH] move to build --- data/QuickAndDirty/test.pkr.hcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/QuickAndDirty/test.pkr.hcl b/data/QuickAndDirty/test.pkr.hcl index 1e0e5bc..bc4df77 100644 --- a/data/QuickAndDirty/test.pkr.hcl +++ b/data/QuickAndDirty/test.pkr.hcl @@ -5,8 +5,6 @@ source "proxmox" "ubuntu" { # image = "ubuntu:focal" # proxmox_url = "http:/192.168.111.34:8006/api2/json" # commit = true - username = "proxmox_user" - password = "tvowyfv9gh23sdfAERtLWav2674" proxmox_url = "https://192.168.111.34:8006/api2/json" node = "grosnoeud" iso_file = "local:ISOS/ubuntu-20.04.3-live-server-amd64.iso" @@ -49,4 +47,6 @@ source "proxmox" "ubuntu" { build { name = "packer-ubuntu" sources = [ "source.proxmox.ubuntu" ] + username = "proxmox_user" + password = "tvowyfv9gh23sdfAERtLWav2674" } \ No newline at end of file