This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| homebrew_taps: | |
| - caskroom/cask | |
| homebrew_installed_packages: | |
| - tmux | |
| - macvim | |
| homebrew_cask_apps: | |
| - spotify | |
| - iterm2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| - hosts: localhost | |
| connection: local | |
| vars: | |
| homebrew_taps: | |
| - caskroom/cask | |
| homebrew_installed_packages: | |
| - tmux | |
| - macvim | |
| homebrew_cask_apps: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [defaults] | |
| roles_path = vendor |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| - src: geerlingguy.homebrew | |
| version: 1.4.1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| - name: Ensure No MacVim | |
| homebrew: | |
| name: macvim | |
| state: absent | |
| - name: Install Emacs | |
| homebrew: | |
| name: emacs | |
| state: latest |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| - hosts: localhost | |
| connection: local | |
| tasks: | |
| - name: Print Hello World | |
| debug: | |
| msg: "Hello World" | |
| # or just for fun | |
| - name: Say hello world |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| - name: Install MacVim | |
| homebrew: | |
| name: macvim | |
| state: latest |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| - name: Add apt key | |
| apt_key: | |
| keyserver: get.docker.com/gpg | |
| id: 36A1D7869245C8950F966E92D8576A8BA88D21E |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| environment: | |
| - "GRAYLOG2_SERVER=graylog2" | |
| - "ZK_HOSTS=zookeeper" | |
| - "AWS_ACCESS_KEY_ID" | |
| - "AWS_SECRET_ACCESS_KEY" |