14 lines
181 B
YAML
14 lines
181 B
YAML
---
|
|
- hosts: localhost
|
|
roles:
|
|
- role: zsh
|
|
- role: tmux
|
|
- role: neovim
|
|
- role: git
|
|
- role: python
|
|
|
|
- hosts: windows
|
|
roles:
|
|
- role: neovim
|
|
- role: git
|