wine OK + add distant server inventory example
This commit is contained in:
parent
091526034c
commit
97a5c993fd
13
README.md
13
README.md
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -5,10 +5,10 @@
|
||||
|
||||
roles:
|
||||
- common
|
||||
- docker
|
||||
- podman
|
||||
- devtools
|
||||
- libvirt
|
||||
- docker
|
||||
- podman
|
||||
- opentofu
|
||||
- element
|
||||
- wine
|
||||
Loading…
x
Reference in New Issue
Block a user