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
d4b9133f
Commit
d4b9133f
authored
May 11, 2016
by
John Eskew
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update versions and APT locations for go-server/agent.
parent
9dad212d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
playbooks/roles/go-agent/defaults/main.yml
+3
-3
playbooks/roles/go-server/defaults/main.yml
+3
-3
No files found.
playbooks/roles/go-agent/defaults/main.yml
View file @
d4b9133f
...
...
@@ -13,7 +13,7 @@
GO_AGENT_SERVICE_NAME
:
"
go-agent"
GO_AGENT_USER
:
"
go"
GO_AGENT_GROUP
:
"
{{
GO_AGENT_USER
}}"
GO_AGENT_VERSION
:
"
16.
1.0-2855
"
GO_AGENT_VERSION
:
"
16.
4.0-3223
"
GO_AGENT_HOME
:
"
/var/lib/go-agent/"
GO_AGENT_CONF_HOME
:
"
/etc/default/"
...
...
@@ -27,8 +27,8 @@ GO_AGENT_ORACLEJDK_LINK: "/usr/lib/jvm/java-7-oracle"
GO_AGENT_JAVA_HOME
:
"
{{
GO_AGENT_ORACLEJDK_LINK
}}"
# Aptitude settings
GO_AGENT_APT_SOURCE
:
"
deb
http
://dl.bintray.com/gocd/gocd-deb/
/"
GO_AGENT_APT_KEY_URL
:
"
https://
bintray.com/user/downloadSubjectPublicKey?username=gocd
"
GO_AGENT_APT_SOURCE
:
"
deb
http
s://download.go.cd
/"
GO_AGENT_APT_KEY_URL
:
"
https://
download.go.cd/GOCD-GPG-KEY.asc
"
GO_AGENT_APT_NAME
:
"
go-agent"
# go-agent configuration settings
...
...
playbooks/roles/go-server/defaults/main.yml
View file @
d4b9133f
...
...
@@ -13,7 +13,7 @@
GO_SERVER_SERVICE_NAME
:
"
go-server"
GO_SERVER_USER
:
"
go"
GO_SERVER_GROUP
:
"
{{
GO_SERVER_USER
}}"
GO_SERVER_VERSION
:
"
16.
1.0-2855
"
GO_SERVER_VERSION
:
"
16.
4.0-3223
"
GO_SERVER_HOME
:
"
/var/lib/go-server"
GO_SERVER_CONF_HOME
:
"
/etc/go"
GO_SERVER_PLUGIN_DIR
:
"
{{
GO_SERVER_HOME
}}/plugins/external/"
...
...
@@ -28,8 +28,8 @@ GO_SERVER_ORACLEJDK_LINK: "/usr/lib/jvm/java-7-oracle"
GO_SERVER_JAVA_HOME
:
"
{{
GO_SERVER_ORACLEJDK_LINK
}}"
# Aptitude settings
GO_SERVER_APT_SOURCE
:
"
deb
http
://dl.bintray.com/gocd/gocd-deb/
/"
GO_SERVER_APT_KEY_URL
:
"
https://
bintray.com/user/downloadSubjectPublicKey?username=gocd
"
GO_SERVER_APT_SOURCE
:
"
deb
http
s://download.go.cd
/"
GO_SERVER_APT_KEY_URL
:
"
https://
download.go.cd/GOCD-GPG-KEY.asc
"
GO_SERVER_APT_NAME
:
"
go-server"
GO_SERVER_APT_PKGS
:
[
"
apache2-utils"
]
...
...
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