Skip to content

Instantly share code, notes, and snippets.

View jamescarr's full-sized avatar
🎯
Focusing

James Carr jamescarr

🎯
Focusing
View GitHub Profile
homebrew_taps:
- caskroom/cask
homebrew_installed_packages:
- tmux
- macvim
homebrew_cask_apps:
- spotify
- iterm2
---
- hosts: localhost
connection: local
vars:
homebrew_taps:
- caskroom/cask
homebrew_installed_packages:
- tmux
- macvim
homebrew_cask_apps:
[defaults]
roles_path = vendor
- src: geerlingguy.homebrew
version: 1.4.1
- name: Ensure No MacVim
homebrew:
name: macvim
state: absent
- name: Install Emacs
homebrew:
name: emacs
state: latest
---
- hosts: localhost
connection: local
tasks:
- name: Print Hello World
debug:
msg: "Hello World"
# or just for fun
- name: Say hello world
- name: Install MacVim
homebrew:
name: macvim
state: latest
Collecting numpy==1.10.4 (from -r /opt/zapier/notebook/requirements.txt (line 10))
Downloading numpy-1.10.4.tar.gz (4.1MB)
Collecting scikit-learn==0.16 (from -r /opt/zapier/notebook/requirements.txt (line 11))
Using cached scikit-learn-0.16.0.tar.gz
Collecting scikit-image==0.12.1 (from -r /opt/zapier/notebook/requirements.txt (line 12))
Using cached scikit-image-0.12.1.tar.gz
Complete output from command python setup.py egg_info:
To install scikit-image from source, you will need numpy.
Install numpy with pip:
pip install numpy
---
- name: Add apt key
apt_key:
keyserver: get.docker.com/gpg
id: 36A1D7869245C8950F966E92D8576A8BA88D21E
environment:
- "GRAYLOG2_SERVER=graylog2"
- "ZK_HOSTS=zookeeper"
- "AWS_ACCESS_KEY_ID"
- "AWS_SECRET_ACCESS_KEY"