Add Proxmox User and Role
parent
b718ba2f81
commit
f3014bb1b5
10
Proxmox-User-and-Role.md
Normal file
10
Proxmox-User-and-Role.md
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
# Role:
|
||||||
|
```shell
|
||||||
|
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 SDN.Use"
|
||||||
|
```
|
||||||
|
|
||||||
|
# User:
|
||||||
|
```shell
|
||||||
|
pveum user add packer@pve --password <super-secure>
|
||||||
|
pveum aclmod / -user packer@pve -role packer
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user