mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 13:22:13 +02:00
22 lines
324 B
YAML
22 lines
324 B
YAML
---
|
|
- name: "Laptop installation & configuration"
|
|
hosts: all
|
|
connection: local
|
|
vars:
|
|
ansible_python_interpreter: auto_silent
|
|
gather_facts: false
|
|
roles:
|
|
- base
|
|
- amd
|
|
- xorg
|
|
- fish
|
|
- fontconfig
|
|
- kitty
|
|
- felix
|
|
- tmux
|
|
- neovim
|
|
- ufw
|
|
- hostname
|
|
- locale
|
|
- gnome
|