16 lines
217 B
YAML
16 lines
217 B
YAML
---
|
|
- name: Set up development machine
|
|
hosts: localhost
|
|
roles:
|
|
- packages
|
|
- bin
|
|
- bash
|
|
- dircolors
|
|
- git
|
|
- hushlogin
|
|
- mintty
|
|
- python
|
|
- readline
|
|
- ssh
|
|
- tmux
|
|
- vim
|