17 lines
228 B
YAML
17 lines
228 B
YAML
---
|
|
- name: Installation Debian 13 complète
|
|
hosts: all
|
|
become: yes
|
|
|
|
roles:
|
|
- common
|
|
- devtools
|
|
- libvirt
|
|
- docker
|
|
- podman
|
|
- opentofu
|
|
- ollama
|
|
- element
|
|
- wine
|
|
- steam
|
|
- kubectl |