mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 15:42:14 +02:00
huge rework in order to take full advantage of ansible roles
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user