Commit 9f17401c authored by Patricio Bruna's avatar Patricio Bruna

local changes

parent c599a2fd
Pipeline #2409 failed with stages
...@@ -59,14 +59,6 @@ ...@@ -59,14 +59,6 @@
- vagrant - vagrant
- yarn - yarn
- zsh-syntax-highlighting - zsh-syntax-highlighting
homebrew_taps:
- caskroom/cask
- caskroom/fonts
- homebrew/binary
- homebrew/dupes
- railwaycat/emacsmacport
- sanemat/font
- vapor/homebrew-tap
hombrew_packages: hombrew_packages:
- ansible-lint - ansible-lint
...@@ -95,11 +87,10 @@ ...@@ -95,11 +87,10 @@
- docker - docker
- docker-toolbox - docker-toolbox
- dropbox - dropbox
- evernote - firefox
- flux - flux
- font-hack - font-hack
- google-chrome - google-chrome
- insomnia
- iterm2 - iterm2
- java - java
- osxfuse - osxfuse
...@@ -111,50 +102,54 @@ ...@@ -111,50 +102,54 @@
- transmission - transmission
- vagrant - vagrant
- vlc - vlc
- evernote
- insomnia
- sqlectron
# tasks: tasks:
# - name: Make $HOME/bin/ directory - name: Make $HOME/bin/ directory
# file: file:
# path: "{{ ansible_env.HOME }}" path: "{{ ansible_env.HOME }}"
# state: directory state: directory
# - name: Agrega repos para homebrew - name: Agrega repos para homebrew
# homebrew_tap: tap={{ item }} state=present homebrew_tap: tap="{{ item }}" state=present
# items: "{{homebrew_taps}}" with_items:
# - caskroom/cask
# - caskroom/fonts
- homebrew/binary
- homebrew/dupes
- railwaycat/emacsmacport
- sanemat/font
# - vapor/homebrew-tap
# - name: Instala java - name: Instala java
# homebrew_cask: name=java state=present homebrew_cask: name=java state=present
# - name: install cask packages - name: install cask packages
# homebrew_cask: name="{{ item }}" state=present homebrew_cask: name="{{ item }}" state=present
# items: "{{homebrew_cask_packages}}" with_items: "{{homebrew_cask_packages}}"
# - name: Instala paquetes de homebrew - name: Instala paquetes de homebrew
# homebrew: name="{{ item }}" state=present homebrew: name="{{ item }}" state=present
# items: "{{ hombrew_packages }}" with_items: "{{ hombrew_packages }}"
# - name: instala paquetes npm globales - name: instala paquetes npm globales
# npm: npm:
# name: "{{item}}" name: "{{item}}"
# global: yes global: yes
# state: present state: present
# items: with_items:
# - react-native-cli - react-native-cli
# - eslint - eslint
# - jshint - jshint
# - pure-prompt - pure-prompt
# - name: Sobre escribe cliente docker de docker-machine - name: Sobre escribe cliente docker de docker-machine
# command: "brew link --overwrite docker" command: "brew link --overwrite docker"
roles: # roles:
- role: sublime-text # - role: sublime-text
gitlab: # gitlab:
project_host: git.zboxapp.com # project_host: git.zboxapp.com
user_token: "FTjFMy9RW2U8y7ArZZi-" # user_token: "FTjFMy9RW2U8y7ArZZi-"
edit_issue_in_tab_name: "[GLI]: Editing Issue" # edit_issue_in_tab_name: "[GLI]: Editing Issue"
project_id : 105 # project_id : 105
# - role: terminal # - role: terminal
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment