[readme] fix: added missing priv

This commit is contained in:
Simon Cornet 2024-07-15 15:45:44 +02:00
parent 472616aefb
commit e851cb731b

View File

@ -24,7 +24,7 @@ Other information to know:
# Create packer user and role on Proxmox # Create packer user and role on Proxmox
``` ```
pveum role add packer -privs "Datastore.AllocateSpace Datastore.Audit Pool.Allocate Sys.Audit Sys.Console Sys.Modify VM.Allocate VM.Audit VM.Clone VM.Config.CDROM VM.Config.Cloudinit VM.Config.CPU VM.Config.Disk VM.Config.HWType VM.Config.Memory VM.Config.Network VM.Config.Options VM.Migrate VM.Monitor VM.PowerMgmt" pveum role add packer -privs "Datastore.AllocateSpace Datastore.Audit Pool.Allocate Sys.Audit Sys.Console Sys.Modify VM.Allocate VM.Audit VM.Clone VM.Config.CDROM VM.Config.Cloudinit VM.Config.CPU VM.Config.Disk VM.Config.HWType VM.Config.Memory VM.Config.Network VM.Config.Options VM.Console VM.Migrate VM.Monitor VM.PowerMgmt"
pveum user add packer@pve --password <super-secure> pveum user add packer@pve --password <super-secure>
pveum aclmod / -user packer@pve -role packer pveum aclmod / -user packer@pve -role packer
``` ```