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
edx
configuration
Commits
2a823f88
Commit
2a823f88
authored
9 years ago
by
Brian Beggs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed supervisor role from go-server
parent
a4dcc6e0
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
4 deletions
+10
-4
playbooks/go-server.yml
+0
-1
playbooks/roles/go-server/defaults/main.yml
+1
-2
playbooks/roles/go-server/tasks/main.yml
+9
-1
No files found.
playbooks/go-server.yml
View file @
2a823f88
...
...
@@ -6,5 +6,4 @@
gather_facts
:
True
roles
:
-
aws
-
supervisor
-
go-server
This diff is collapsed.
Click to expand it.
playbooks/roles/go-server/defaults/main.yml
View file @
2a823f88
...
...
@@ -14,10 +14,9 @@ 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_HOME
:
"
/var/lib/go-server
/
"
GO_SERVER_HOME
:
"
/var/lib/go-server"
GO_SERVER_CONF_HOME
:
"
/etc/go/"
# Java version settings
GO_SERVER_ORACLEJDK_VERSION
:
"
7u51"
GO_SERVER_ORACLEJDK_BASE
:
"
jdk1.7.0_51"
...
...
This diff is collapsed.
Click to expand it.
playbooks/roles/go-server/tasks/main.yml
View file @
2a823f88
...
...
@@ -43,7 +43,15 @@
name
:
"
{{
GO_SERVER_APT_NAME
}}={{
GO_SERVER_VERSION
}}"
update_cache
:
yes
-
name
:
install go-server-oauth-login
-
name
:
create go-server plugin directory
file
:
path
:
"
{{
GO_SERVER_OAUTH_LOGIN_JAR_DESTINATION
}}"
state
:
directory
mode
:
0776
owner
:
"
{{
GO_SERVER_USER
}}"
group
:
"
{{
GO_SERVER_GROUP
}}"
-
name
:
install go-server oauth plugin
get_url
:
url
:
"
{{
GO_SERVER_OAUTH_LOGIN_JAR_URL
}}"
dest
:
"
{{
GO_SERVER_OAUTH_LOGIN_JAR_DESTINATION
}}"
...
...
This diff is collapsed.
Click to expand it.
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