added a new playbook for intel-based configurations

This commit is contained in:
aminnairi
2023-12-31 18:49:18 +01:00
parent 57abb76b6f
commit 0487c8edbc
+23
View File
@@ -0,0 +1,23 @@
---
- name: "Laptop installation & configuration"
hosts: all
connection: local
vars:
ansible_python_interpreter: auto_silent
gather_facts: false
roles:
- base
- intel
- xorg
- i3
- background
- fish
- fontconfig
- notification
- kitty
- felix
- tmux
- rofi
- neovim
- bluetooth
- ufw