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
|
# Debian 13 Ansible workstation installation
|
||||||
|
|
||||||
|
Collection of ansible roles to provision a debian 13 workstation
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
@ -18,8 +20,11 @@ ansible-playbook playbooks/install.yml --ask-become-pass
|
|||||||
ansible-playbook playbooks/install.yml --ask-become-pass --tags ollama
|
ansible-playbook playbooks/install.yml --ask-become-pass --tags ollama
|
||||||
```
|
```
|
||||||
|
|
||||||
## To do
|
## To add
|
||||||
|
|
||||||
- [ ] test wine
|
- [ ] hugo (extended)
|
||||||
- [ ] test steam
|
|
||||||
- [ ] test ollama
|
## To test
|
||||||
|
|
||||||
|
- [ ] ollama
|
||||||
|
- [ ] steam
|
||||||
|
|||||||
@ -1,2 +1,6 @@
|
|||||||
[debian]
|
[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:
|
roles:
|
||||||
- common
|
- common
|
||||||
- docker
|
|
||||||
- podman
|
|
||||||
- devtools
|
- devtools
|
||||||
- libvirt
|
- libvirt
|
||||||
|
- docker
|
||||||
|
- podman
|
||||||
- opentofu
|
- opentofu
|
||||||
- element
|
- element
|
||||||
- wine
|
- wine
|
||||||
Loading…
x
Reference in New Issue
Block a user