huge rework in order to take full advantage of ansible roles

This commit is contained in:
aminnairi
2023-12-30 17:05:26 +01:00
parent b961d14b97
commit bf3625081d
73 changed files with 506 additions and 532 deletions
+21
View File
@@ -0,0 +1,21 @@
---
- name: "Laptop installation & configuration"
hosts: all
connection: local
vars:
ansible_python_interpreter: auto_silent
gather_facts: false
roles:
- base
- xorg
- i3
- background
- fish
- fontconfig
- notification
- kitty
- felix
- tmux
- rofi
- neovim
- ufw