You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
242 B
YAML

---
- name: Setup Dev Environment
hosts: localhost
connection: local
gather_facts: yes
# become: yes
# become_user: root
roles:
# TODO make this optional
# - update_packages
- git
- bash_profile
- tmux
- vim