53 lines
927 B
Markdown
53 lines
927 B
Markdown
# Debian 13 Ansible Garage post install
|
|
|
|
Ansible role to provision a debian 13 computer for le Garage numérique
|
|
|
|
## Configuration
|
|
|
|
```bash
|
|
sudo apt install ansible
|
|
```
|
|
|
|
## Utilisation
|
|
|
|
- Edit inventory.yml for targeted machine
|
|
|
|
- Test with vagrant:
|
|
```bash
|
|
sudo apt install vagrant
|
|
vagrant up
|
|
```
|
|
|
|
- Install all:
|
|
```bash
|
|
ansible-playbook playbooks/install.yml --ask-become-pass
|
|
```
|
|
|
|
:warning: exchange ssh-keys with target machine(s) first
|
|
|
|
<!-- - Install only one role:
|
|
```bash
|
|
ansible-playbook playbooks/install.yml --ask-become-pass --tags ollama
|
|
``` -->
|
|
|
|
## Tasks
|
|
|
|
- [x] apt
|
|
- [x] dns
|
|
- [x] base_tools
|
|
- [x] firefox (debug ublock origin installed but ineffective) !!!
|
|
- [ ] cp keyboard file
|
|
- [ ] apps:
|
|
- [x] freetube
|
|
- [x] zoom
|
|
- [x] element
|
|
- [ ] chrome
|
|
- [ ] vscodium
|
|
- [ ] gnome
|
|
- [ ]
|
|
- [ ] libreoffice (debug .config/libreoffice inexistent -> need mkdir first)
|
|
|
|
## To test
|
|
|
|
- [ ] update group_vars/
|