mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 13:22:13 +02:00
35 lines
562 B
YAML
35 lines
562 B
YAML
---
|
|
- name: Arch with Gnome and AMD
|
|
hosts: all
|
|
connection: local
|
|
vars:
|
|
ansible_python_interpreter: auto_silent
|
|
gather_facts: true
|
|
roles:
|
|
# - reflector
|
|
# - base
|
|
# - amd
|
|
# - syncthing
|
|
# - git
|
|
# - markdown-table-align
|
|
# - xorg
|
|
# - fish
|
|
# - fontconfig
|
|
# - kitty
|
|
# - felix
|
|
# - vifm
|
|
# - tmux
|
|
- neovim
|
|
# - helix
|
|
# - browsers
|
|
# - privateinternetaccess
|
|
# - ufw
|
|
# - cmus
|
|
# - pipewire
|
|
# - hostname
|
|
# - timezone
|
|
# - locale
|
|
# - network
|
|
# - gnome
|
|
# - docker
|