dotfiles/dotfiles.yml

22 lines
393 B
YAML

- name: Set up development machine
hosts: dotfiles
vars_prompt:
- name: git_user
private: no
default: Fernando Schauenburg
- name: git_email
private: no
default: fernando@schauenburg.me
roles:
- packages
- bin
- bash
- dircolors
- git
- hushlogin
- mintty
- python
- readline
- ssh
- tmux
- vim