Files
dotfiles/ansible/laptop.yml
T
2023-12-30 20:25:26 +01:00

24 lines
357 B
YAML

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