mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 16:52:12 +02:00
23 lines
341 B
YAML
23 lines
341 B
YAML
---
|
|
- name: "Laptop installation & configuration"
|
|
hosts: all
|
|
connection: local
|
|
vars:
|
|
ansible_python_interpreter: auto_silent
|
|
gather_facts: false
|
|
roles:
|
|
- base
|
|
- user
|
|
- xorg
|
|
- i3
|
|
- background
|
|
- fish
|
|
- fontconfig
|
|
- notification
|
|
- kitty
|
|
- felix
|
|
- tmux
|
|
- rofi
|
|
- neovim
|
|
- ufw
|