29 lines
563 B
Markdown
29 lines
563 B
Markdown
# Template Debian 13 Proxmox
|
|
|
|
## Playbooks
|
|
|
|
Préparation :
|
|
|
|
```bash
|
|
ansible-playbook -i inventories/lab/hosts.yml playbooks/vm_templates/debian13_proxmox_prepare.yml --ask-pass --ask-become-pass
|
|
```
|
|
|
|
Vérification :
|
|
|
|
```bash
|
|
ansible-playbook -i inventories/lab/hosts.yml playbooks/vm_templates/debian13_proxmox_verify.yml
|
|
```
|
|
|
|
Nettoyage final :
|
|
|
|
```bash
|
|
ansible-playbook -i inventories/lab/hosts.yml playbooks/vm_templates/debian13_proxmox_cleanup.yml -e confirm_template_cleanup=true
|
|
```
|
|
|
|
## Conversion Proxmox
|
|
|
|
Après extinction :
|
|
|
|
```bash
|
|
qm template VMID
|
|
```
|