44 lines
1.3 KiB
YAML

---
ansible_become: true
timezone: Europe/Paris
ansible_user: "{{ lookup('env', 'USER') }}"
common:
apt_update_cache: true
apt_upgrade: true
devtools:
tabby_version: "1.0.215"
tabby_deb_url: "https://github.com/Eugeny/tabby/releases/download/v{{ tabby_version }}/tabby-{{ tabby_version }}-linux-x64.deb"
go_version: "1.22.1"
go_arch: "amd64"
go_tarball: "go{{ go_version }}.linux-{{ go_arch }}.tar.gz"
go_url: "https://go.dev/dl/{{ go_tarball }}"
go_install_dir: /usr/local
element:
element_version: "1.11.73"
element_deb_url: "https://packages.element.io/debian/pool/main/e/element-desktop/element-desktop_{{ element_version }}_amd64.deb"
ollama:
ollama_install_script: https://ollama.com/install.sh
ollama_service_name: ollama
ollama_user: ollama
ollama_bin: /usr/local/bin/ollama
ollama_models:
- llama3.2:3b
opentofu:
opentofu_repo: https://packages.opentofu.org/opentofu/tofu/any/ any main
opentofu_key_url: https://packages.opentofu.org/opentofu/tofu/gpgkey
wine:
winehq_repo_url: https://dl.winehq.org/wine-builds/debian/dists/trixie/winehq-trixie.sources
winehq_key_url: https://dl.winehq.org/wine-builds/winehq.key
winehq_keyring: /etc/apt/keyrings/winehq-archive.key
winehq_packages:
- winehq-stable
kubectl:
kubectl_version: "1.35"