mirror of
https://github.com/geerlingguy/mac-dev-playbook
synced 2024-11-29 07:10:19 +00:00
34 lines
No EOL
869 B
YAML
34 lines
No EOL
869 B
YAML
---
|
|
- name: Mac Development Playbook
|
|
hosts: self
|
|
user: jgeerling
|
|
connection: local
|
|
|
|
vars:
|
|
- downloads: ~/.ansible-downloads/
|
|
|
|
tasks:
|
|
- name: Create Ansible downloads directory
|
|
file: path={{ downloads }} state=directory
|
|
- include: preferences/dotfiles.yml
|
|
- include: preferences/preferences.yml
|
|
|
|
- include: apps/adium.yml
|
|
- include: apps/chrome.yml
|
|
- include: apps/cornerstone.yml
|
|
- include: apps/dropbox.yml
|
|
- include: apps/firefox.yml
|
|
- include: apps/handbrake.yml
|
|
- include: apps/homebrew.yml
|
|
- include: apps/knock.yml
|
|
# - include: apps/menumeters.yml
|
|
- include: apps/nvalt.yml
|
|
- include: apps/pckeyboardhack.yml
|
|
- include: apps/sequel-pro.yml
|
|
- include: apps/skype.yml
|
|
- include: apps/sublime.yml
|
|
- include: apps/tower.yml
|
|
- include: apps/transmit.yml
|
|
- include: apps/vagrant.yml
|
|
- include: apps/virtualbox.yml
|
|
- include: apps/vlc.yml |