mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 12:12:13 +02:00
33 lines
473 B
YAML
33 lines
473 B
YAML
---
|
|
- name: Arch with Gnome and Intel
|
|
hosts: all
|
|
connection: local
|
|
vars:
|
|
ansible_python_interpreter: auto_silent
|
|
gather_facts: true
|
|
roles:
|
|
- reflector
|
|
- base
|
|
- intel
|
|
- git
|
|
- xorg
|
|
- fish
|
|
- fontconfig
|
|
- kitty
|
|
- felix
|
|
- vifm
|
|
- tmux
|
|
- neovim
|
|
- slidev
|
|
- browsers
|
|
- privateinternetaccess
|
|
- ufw
|
|
- mpv
|
|
- pipewire
|
|
- hostname
|
|
- timezone
|
|
- locale
|
|
- network
|
|
- docker
|
|
- gnome
|