27 lines
407 B
YAML
27 lines
407 B
YAML
---
|
|
- hosts: windows
|
|
vars_files:
|
|
- vars/environment.yaml
|
|
roles:
|
|
- role: scoop
|
|
- role: python
|
|
- role: git
|
|
- role: powershell
|
|
- role: neovim
|
|
- role: system-info
|
|
|
|
- role: ag
|
|
- role: bat
|
|
- role: curl
|
|
- role: fd
|
|
- role: fzf
|
|
- role: gh
|
|
- role: glab
|
|
- role: jq
|
|
- role: ripgrep
|
|
- role: tree
|
|
- role: yq
|
|
|
|
- role: llvm
|
|
- role: nodejs
|