Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
TheSpark
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Patricio Bruna
TheSpark
Commits
9f17401c
Commit
9f17401c
authored
Feb 13, 2019
by
Patricio Bruna
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
local changes
parent
c599a2fd
Pipeline
#2409
failed with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
43 additions
and
48 deletions
+43
-48
localhost.yml
localhost.yml
+43
-48
No files found.
localhost.yml
View file @
9f17401c
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment