Files
dotfiles/ansible/arch-gnome-intel.yml
T
2024-01-02 20:50:17 +01:00

28 lines
391 B
YAML

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