Hi everyone !
I' ve issues with packer and my proxmox cluster.
I would like create a Rocky Linux 9.4 template for starting. After that the idea is to use Terraform with this template.
I'm stuck on packer step.
This is the permissions through my token
My packer version
Packer use the token for user "packer" who is member of "packergrp" .
This is my hcl code...
Read more
I' ve issues with packer and my proxmox cluster.
I would like create a Rocky Linux 9.4 template for starting. After that the idea is to use Terraform with this template.
I'm stuck on packer step.
This is the permissions through my token
Code:
pveum acl list | grep -i "packergrp"
/ | Administrator | group | packergrp | 1 |
My packer version
Code:
packer --version
Packer v1.11.2
Packer use the token for user "packer" who is member of "packergrp" .
This is my hcl code...
Read more