36 lines
669 B
Markdown
36 lines
669 B
Markdown
# Debian 13 Ansible workstation installation
|
|
|
|
Collection of ansible roles to provision a debian 13 workstation locally
|
|
|
|
## Configuration
|
|
|
|
```bash
|
|
sudo apt install ansible
|
|
```
|
|
|
|
## Utilisation
|
|
|
|
- Test with vagrant:
|
|
> Create a trixi vagrant box [here](https://git.legaragenumerique.fr/GARAGENUM/packer-box-deb13)
|
|
|
|
- Install all:
|
|
```bash
|
|
ansible-playbook playbooks/install.yml --ask-become-pass
|
|
```
|
|
|
|
- Install only one role:
|
|
```bash
|
|
ansible-playbook playbooks/install.yml --ask-become-pass --tags ollama
|
|
```
|
|
|
|
## To add
|
|
|
|
- [ ] hugo (extended)
|
|
- [ ] /etc/resolv.conf file
|
|
- [ ] gnome extension https://github.com/0ry0n/Resource_Monitor/
|
|
|
|
## To test
|
|
|
|
- [x] ollama
|
|
- [x] steam
|