15 lines
202 B
YAML
15 lines
202 B
YAML
---
|
|
|
|
- name: Set up development machine
|
|
hosts: localhost
|
|
roles:
|
|
- bash
|
|
#- dircolors
|
|
#- git
|
|
#- hushlogin
|
|
#- mintty
|
|
#- python
|
|
#- readline
|
|
#- ssh
|
|
#- tmux
|
|
#- vim
|