move to build

This commit is contained in:
2022-01-17 02:03:13 +01:00
parent 2f412bc215
commit c0d1d6c121

View File

@@ -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"
}