Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gitlab
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ansible
Roles
gitlab
Commits
61ee2ae3
Commit
61ee2ae3
authored
7 years ago
by
jurgenhaas
Browse files
Options
Downloads
Patches
Plain Diff
Replace deprecated syntax
parent
a543b674
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tasks/main.yml
+5
-5
5 additions, 5 deletions
tasks/main.yml
with
5 additions
and
5 deletions
tasks/main.yml
+
5
−
5
View file @
61ee2ae3
...
@@ -85,7 +85,7 @@
...
@@ -85,7 +85,7 @@
-
unicorn.rb
-
unicorn.rb
-
initializers/rack_attack.rb
-
initializers/rack_attack.rb
-
resque.yml
-
resque.yml
when
:
result
|
changed
when
:
result
is
changed
-
name
:
copy database config file
-
name
:
copy database config file
copy
:
copy
:
...
@@ -143,7 +143,7 @@
...
@@ -143,7 +143,7 @@
command
:
bundle install -j8 --deployment --without development test mysql aws kerberos
command
:
bundle install -j8 --deployment --without development test mysql aws kerberos
args
:
args
:
chdir
:
/home/git/gitlab
chdir
:
/home/git/gitlab
when
:
result
|
changed
when
:
result
is
changed
-
name
:
install gitlab shell
-
name
:
install gitlab shell
become
:
yes
become
:
yes
...
@@ -151,7 +151,7 @@
...
@@ -151,7 +151,7 @@
command
:
bundle exec rake gitlab:shell:install[v2.6.3] REDIS_URL=unix:/var/run/redis/redis.sock RAILS_ENV=production
command
:
bundle exec rake gitlab:shell:install[v2.6.3] REDIS_URL=unix:/var/run/redis/redis.sock RAILS_ENV=production
args
:
args
:
chdir
:
/home/git/gitlab
chdir
:
/home/git/gitlab
when
:
result
|
changed
when
:
result
is
changed
-
name
:
initialize database
-
name
:
initialize database
become
:
yes
become
:
yes
...
@@ -159,7 +159,7 @@
...
@@ -159,7 +159,7 @@
command
:
echo yes | bundle exec rake gitlab:setup RAILS_ENV=production
command
:
echo yes | bundle exec rake gitlab:setup RAILS_ENV=production
args
:
args
:
chdir
:
/home/git/gitlab
chdir
:
/home/git/gitlab
when
:
result
|
changed
when
:
result
is
changed
-
name
:
install the init script
-
name
:
install the init script
command
:
cp /home/git/gitlab/lib/support/init.d/gitlab /etc/init.d/gitlab
command
:
cp /home/git/gitlab/lib/support/init.d/gitlab /etc/init.d/gitlab
...
@@ -183,7 +183,7 @@
...
@@ -183,7 +183,7 @@
command
:
bundle exec rake assets:precompile RAILS_ENV=production
command
:
bundle exec rake assets:precompile RAILS_ENV=production
args
:
args
:
chdir
:
/home/git/gitlab
chdir
:
/home/git/gitlab
when
:
result
|
changed
when
:
result
is
changed
-
name
:
start gitlab instance
-
name
:
start gitlab instance
become
:
yes
become
:
yes
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment