From 97a5c993fd8b9474318e87dfc6dbc6cb08ee955d Mon Sep 17 00:00:00 2001 From: greg Date: Sun, 11 Jan 2026 18:39:55 +0100 Subject: [PATCH] wine OK + add distant server inventory example --- README.md | 13 +++++++++---- inventory.ini | 6 +++++- playbooks/install.yml | 4 ++-- 3 files changed, 16 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f16d933..0ec05b4 100644 --- a/README.md +++ b/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 diff --git a/inventory.ini b/inventory.ini index ade4a28..a08f52a 100644 --- a/inventory.ini +++ b/inventory.ini @@ -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 diff --git a/playbooks/install.yml b/playbooks/install.yml index 4d2534b..79521c1 100644 --- a/playbooks/install.yml +++ b/playbooks/install.yml @@ -5,10 +5,10 @@ roles: - common - - docker - - podman - devtools - libvirt + - docker + - podman - opentofu - element - wine \ No newline at end of file