init, dotfiles and install basic roles

This commit is contained in:
ProgramSnail 2025-08-03 12:33:33 +03:00
commit 46bdf4dda0
21 changed files with 283 additions and 0 deletions

View file

@ -0,0 +1,23 @@
- name: Install cli tools
ansible.builtin.dnf5:
name:
# shell utils
- just
- fish
- jsonnet
# edit utils
- helix
- micro
- tmux
- tmate
- ripgrep
# git
- git-delta
- git
- ansible
state: latest