Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
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
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
OpenEdx
configuration
Commits
47cf0cc0
Commit
47cf0cc0
authored
Jul 25, 2017
by
nadeemshahzad
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
openjdk installed with upgrade/removed from list
parent
5a081f3b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
playbooks/roles/go-server/defaults/main.yml
+1
-1
playbooks/roles/go-server/tasks/main.yml
+6
-6
No files found.
playbooks/roles/go-server/defaults/main.yml
View file @
47cf0cc0
...
...
@@ -34,7 +34,7 @@ GO_SERVER_JAVA_HOME: "{{ GO_SERVER_ORACLEJDK_LINK }}"
GO_SERVER_APT_SOURCE
:
"
deb
https://download.gocd.io
/"
GO_SERVER_APT_KEY_URL
:
"
https://download.gocd.io/GOCD-GPG-KEY.asc"
GO_SERVER_APT_NAME
:
"
go-server"
GO_SERVER_APT_PKGS
:
[
"
apache2-utils"
,
"
openjdk-8-jre-headless"
]
GO_SERVER_APT_PKGS
:
[
"
apache2-utils"
]
# gocd-oauth-login
GO_SERVER_OAUTH_LOGIN_VERSION
:
"
1.2"
...
...
playbooks/roles/go-server/tasks/main.yml
View file @
47cf0cc0
...
...
@@ -45,6 +45,12 @@
repo
:
"
{{
openjdk_apt_source
}}"
state
:
present
-
name
:
install go-server using apt-get
apt
:
name
:
"
{{
GO_SERVER_APT_NAME
}}={{
GO_SERVER_VERSION
}}"
update_cache
:
yes
state
:
present
-
name
:
install other needed system packages
apt
:
name
:
"
{{
item
}}"
...
...
@@ -53,12 +59,6 @@
cache_valid_time
:
3600
with_items
:
"
{{
GO_SERVER_APT_PKGS
}}"
-
name
:
install go-server using apt-get
apt
:
name
:
"
{{
GO_SERVER_APT_NAME
}}={{
GO_SERVER_VERSION
}}"
update_cache
:
yes
state
:
present
-
name
:
create go-server plugin directory
file
:
path
:
"
{{
GO_SERVER_PLUGIN_DIR
}}"
...
...
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