Files
dotfiles/ansible/laptop-with-amd.yml
T
2023-12-31 19:19:47 +01:00

25 lines
368 B
YAML

---
- name: "Laptop installation & configuration"
hosts: all
connection: local
vars:
ansible_python_interpreter: auto_silent
gather_facts: false
roles:
- base
- amd
- sound
- xorg
- i3
- background
- fish
- fontconfig
- notification
- kitty
- felix
- tmux
- rofi
- neovim
- bluetooth
- ufw