This repository has been archived on 2026-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
Set-OPS/docs/vm_templates/debian13-proxmox.md

20 lines
472 B
Markdown
Raw Normal View History

2026-06-19 23:31:49 -04:00
# Template Debian 13 Proxmox
2026-06-20 15:17:46 -04:00
## Préparation
2026-06-19 23:31:49 -04:00
```bash
ansible-playbook -i inventories/lab/hosts.yml playbooks/vm_templates/debian13_proxmox_prepare.yml --ask-pass --ask-become-pass
```
2026-06-20 15:17:46 -04:00
## Vérification
2026-06-19 23:31:49 -04:00
```bash
ansible-playbook -i inventories/lab/hosts.yml playbooks/vm_templates/debian13_proxmox_verify.yml
```
2026-06-20 15:17:46 -04:00
## Nettoyage
2026-06-19 23:31:49 -04:00
```bash
ansible-playbook -i inventories/lab/hosts.yml playbooks/vm_templates/debian13_proxmox_cleanup.yml -e confirm_template_cleanup=true
```