28 lines
485 B
YAML
28 lines
485 B
YAML
---
|
|
- import_playbook: unix.yaml
|
|
|
|
- hosts: localhost
|
|
|
|
# FIXME: Roles which depend on the win_git module can't be in the same
|
|
# playbook on the first run because the wsl role hasn't added the win_git
|
|
# module to the modules path yet.
|
|
roles:
|
|
- role: wsl
|
|
|
|
- hosts: windows
|
|
|
|
roles:
|
|
- role: powershell
|
|
- role: neovim
|
|
|
|
- role: ag
|
|
- role: git
|
|
- role: tree
|
|
|
|
- role: llvm
|
|
- role: nodejs
|
|
- role: python
|
|
|
|
- role: 1password
|
|
- role: autohotkey
|