wine OK + add distant server inventory example

This commit is contained in:
Grégory Lebreton 2026-01-11 18:39:55 +01:00
parent 091526034c
commit 97a5c993fd
3 changed files with 16 additions and 7 deletions

View File

@ -1,5 +1,7 @@
# Debian 13 Ansible workstation installation
Collection of ansible roles to provision a debian 13 workstation
## Configuration
```bash
@ -18,8 +20,11 @@ ansible-playbook playbooks/install.yml --ask-become-pass
ansible-playbook playbooks/install.yml --ask-become-pass --tags ollama
```
## To do
## To add
- [ ] test wine
- [ ] test steam
- [ ] test ollama
- [ ] hugo (extended)
## To test
- [ ] ollama
- [ ] steam

View File

@ -1,2 +1,6 @@
[debian]
localhost ansible_connection=local
# Execute on local machine
# localhost ansible_connection=local
# Exexcute on distant server
123.45.67.89 ansible_user=my_user ansible_port=2222

View File

@ -5,10 +5,10 @@
roles:
- common
- docker
- podman
- devtools
- libvirt
- docker
- podman
- opentofu
- element
- wine