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