local/main.yaml

21 lines
301 B
YAML

---
- hosts: localhost
roles:
- role: zsh
- role: tmux
- role: neovim
- role: git
- role: python
- role: wsl
when: '"WSL" in ansible_kernel'
- hosts: windows
roles:
- role: neovim
- role: git
- role: python
- role: autohotkey
- role: 1password