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