Files
dotfiles/ansible/laptop-with-amd.yml
T

21 lines
312 B
YAML

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