Auto-update blog content from Obsidian: 2025-11-04 21:43:49
All checks were successful
Blog Deployment / Merge (push) Successful in 6s
Blog Deployment / Deploy-Production (push) Successful in 9s
Blog Deployment / Test-Production (push) Successful in 2s
Blog Deployment / Clean (push) Has been skipped
Blog Deployment / Notify (push) Successful in 3s
Blog Deployment / Check-Rebuild (push) Successful in 5s
Blog Deployment / Build (push) Has been skipped
Blog Deployment / Deploy-Staging (push) Successful in 9s
Blog Deployment / Test-Staging (push) Successful in 2s
All checks were successful
Blog Deployment / Merge (push) Successful in 6s
Blog Deployment / Deploy-Production (push) Successful in 9s
Blog Deployment / Test-Production (push) Successful in 2s
Blog Deployment / Clean (push) Has been skipped
Blog Deployment / Notify (push) Successful in 3s
Blog Deployment / Check-Rebuild (push) Successful in 5s
Blog Deployment / Build (push) Has been skipped
Blog Deployment / Deploy-Staging (push) Successful in 9s
Blog Deployment / Test-Staging (push) Successful in 2s
This commit is contained in:
@@ -102,6 +102,43 @@ pveum role add TerraformUser -privs "\
|
|||||||
SDN.Use"
|
SDN.Use"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
⚠️ La liste des privilèges disponibles a été modifiée dans PVE 9.0, utilisez cette commande:
|
||||||
|
```bash
|
||||||
|
pveum role add TerraformUser -privs "\
|
||||||
|
Datastore.Allocate \
|
||||||
|
Datastore.AllocateSpace \
|
||||||
|
Datastore.Audit \
|
||||||
|
Pool.Allocate \
|
||||||
|
Pool.Audit \
|
||||||
|
Sys.Audit \
|
||||||
|
Sys.Console \
|
||||||
|
Sys.Modify \
|
||||||
|
Sys.Syslog \
|
||||||
|
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.GuestAgent.Audit \
|
||||||
|
VM.GuestAgent.FileRead \
|
||||||
|
VM.GuestAgent.FileWrite \
|
||||||
|
VM.GuestAgent.FileSystemMgmt \
|
||||||
|
VM.GuestAgent.Unrestricted \
|
||||||
|
VM.PowerMgmt \
|
||||||
|
Mapping.Audit \
|
||||||
|
Mapping.Use \
|
||||||
|
SDN.Audit \
|
||||||
|
SDN.Use"
|
||||||
|
```
|
||||||
|
|
||||||
2. **Créer l'Utilisateur `terraformer`**
|
2. **Créer l'Utilisateur `terraformer`**
|
||||||
```bash
|
```bash
|
||||||
pveum user add terraformer@pve --password <password>
|
pveum user add terraformer@pve --password <password>
|
||||||
|
|||||||
@@ -102,6 +102,43 @@ pveum role add TerraformUser -privs "\
|
|||||||
SDN.Use"
|
SDN.Use"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
⚠️ The list of available privileges has been changed in PVE 9.0, use this command:
|
||||||
|
```bash
|
||||||
|
pveum role add TerraformUser -privs "\
|
||||||
|
Datastore.Allocate \
|
||||||
|
Datastore.AllocateSpace \
|
||||||
|
Datastore.Audit \
|
||||||
|
Pool.Allocate \
|
||||||
|
Pool.Audit \
|
||||||
|
Sys.Audit \
|
||||||
|
Sys.Console \
|
||||||
|
Sys.Modify \
|
||||||
|
Sys.Syslog \
|
||||||
|
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.GuestAgent.Audit \
|
||||||
|
VM.GuestAgent.FileRead \
|
||||||
|
VM.GuestAgent.FileWrite \
|
||||||
|
VM.GuestAgent.FileSystemMgmt \
|
||||||
|
VM.GuestAgent.Unrestricted \
|
||||||
|
VM.PowerMgmt \
|
||||||
|
Mapping.Audit \
|
||||||
|
Mapping.Use \
|
||||||
|
SDN.Audit \
|
||||||
|
SDN.Use"
|
||||||
|
```
|
||||||
|
|
||||||
2. **Create the User `terraformer`**
|
2. **Create the User `terraformer`**
|
||||||
```bash
|
```bash
|
||||||
pveum user add terraformer@pve --password <password>
|
pveum user add terraformer@pve --password <password>
|
||||||
|
|||||||
Reference in New Issue
Block a user