Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-playbook
Overview
Overview
Details
Activity
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
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Maruyama Takayuki
gitlab-playbook
Commits
12eeb09d
Commit
12eeb09d
authored
Mar 04, 2016
by
Maruyama
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
unarchiveにcopy=noを指定
parent
f7bf4bf2
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
roles/git/tasks/main.yml
+1
-0
roles/go/tasks/main.yml
+1
-0
roles/ruby/tasks/main.yml
+1
-0
No files found.
roles/git/tasks/main.yml
View file @
12eeb09d
...
@@ -3,6 +3,7 @@
...
@@ -3,6 +3,7 @@
unarchive
:
unarchive
:
src
:
https://www.kernel.org/pub/software/scm/git/git-2.4.3.tar.gz
src
:
https://www.kernel.org/pub/software/scm/git/git-2.4.3.tar.gz
dest
:
/tmp/
dest
:
/tmp/
copy
:
no
-
name
:
configure
-
name
:
configure
command
:
/tmp/git-2.4.3/configure --prefix=/usr/
command
:
/tmp/git-2.4.3/configure --prefix=/usr/
...
...
roles/go/tasks/main.yml
View file @
12eeb09d
...
@@ -4,6 +4,7 @@
...
@@ -4,6 +4,7 @@
src
:
https://storage.googleapis.com/golang/go1.5.3.linux-amd64.tar.gz
src
:
https://storage.googleapis.com/golang/go1.5.3.linux-amd64.tar.gz
dest
:
/usr/local
dest
:
/usr/local
overwrite
:
yes
overwrite
:
yes
copy
:
no
-
name
:
make symlinks
-
name
:
make symlinks
command
:
/bin/ln -sf /usr/local/go/bin/{go,godoc,gofmt} /usr/bin/
command
:
/bin/ln -sf /usr/local/go/bin/{go,godoc,gofmt} /usr/bin/
...
...
roles/ruby/tasks/main.yml
View file @
12eeb09d
...
@@ -3,6 +3,7 @@
...
@@ -3,6 +3,7 @@
unarchive
:
unarchive
:
src
:
https://cache.ruby-lang.org/pub/ruby/2.1/ruby-2.1.8.tar.gz
src
:
https://cache.ruby-lang.org/pub/ruby/2.1/ruby-2.1.8.tar.gz
dest
:
/tmp/
dest
:
/tmp/
copy
:
no
-
name
:
configure
-
name
:
configure
command
:
/tmp/ruby-2.1.8/configure --prefix=/usr/
command
:
/tmp/ruby-2.1.8/configure --prefix=/usr/
...
...
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