Auto-update blog content from Obsidian: 2025-12-10 21:35:16
All checks were successful
Blog Deployment / Check-Rebuild (push) Successful in 13s
Blog Deployment / Merge (push) Successful in 6s
Blog Deployment / Deploy-Production (push) Successful in 22s
Blog Deployment / Test-Production (push) Successful in 3s
Blog Deployment / Clean (push) Successful in 3s
Blog Deployment / Notify (push) Successful in 4s
Blog Deployment / Build (push) Successful in 32s
Blog Deployment / Deploy-Staging (push) Successful in 9s
Blog Deployment / Test-Staging (push) Successful in 2s

This commit is contained in:
Gitea Actions
2025-12-10 21:35:16 +00:00
parent d7ab8cdab3
commit fd48512c1b

View File

@@ -149,7 +149,7 @@ pveum user add terraformer@pve --password <password>
pveum aclmod / -user terraformer@pve -role TerraformUser pveum aclmod / -user terraformer@pve -role TerraformUser
``` ```
4. Créer le Jeton API pour l'Utilisateur `terraformer`** 4. **Créer le Jeton API pour l'Utilisateur `terraformer`**
```bash ```bash
pveum user token add terraformer@pve terraform -expire 0 -privsep 0 -comment "Terraform token" pveum user token add terraformer@pve terraform -expire 0 -privsep 0 -comment "Terraform token"
``` ```