Files
dotfiles/ansible/arch-gnome-intel.yml
T

27 lines
379 B
YAML

---
- name: Arch with Gnome and Intel
hosts: all
connection: local
vars:
ansible_python_interpreter: auto_silent
gather_facts: false
roles:
- base
- intel
- git
- xorg
- fish
- fontconfig
- kitty
- felix
- vifm
- tmux
- neovim
- ufw
- pipewire
- hostname
- timezone
- locale
- network
- gnome