mirror of
https://github.com/geerlingguy/mac-dev-playbook
synced 2024-11-22 03:43:06 +00:00
28 lines
No EOL
671 B
YAML
28 lines
No EOL
671 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: apps/adium.yml
|
|
- include: apps/chrome.yml
|
|
- include: apps/cornerstone.yml
|
|
- include: apps/firefox.yml
|
|
- include: apps/handbrake.yml
|
|
- include: apps/homebrew.yml
|
|
# - include: apps/menumeters.yml
|
|
- include: apps/nvalt.yml
|
|
- include: apps/sequel-pro.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 |