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

local changes

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