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
32d8aeb9
Commit
32d8aeb9
authored
Nov 05, 2013
by
John Jarvis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixing vars_files import
parent
057f00ca
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
playbooks/edx-east/restart_supervisor.yml
+2
-2
util/jenkins/ansible-provision.sh
+1
-1
No files found.
playbooks/edx-east/restart_supervisor.yml
View file @
32d8aeb9
...
...
@@ -3,8 +3,8 @@
sudo
:
True
gather_facts
:
False
vars_files
:
-
common/defaults/main.yml
-
supervisor/defaults/main.yml
-
roles/
common/defaults/main.yml
-
roles/
supervisor/defaults/main.yml
tasks
:
-
name
:
supervisor | restart supervisor
service
:
>
...
...
util/jenkins/ansible-provision.sh
View file @
32d8aeb9
...
...
@@ -64,6 +64,7 @@ if [[ -z $instance_type ]]; then
fi
deploy_host
=
"
${
dns_name
}
.
${
dns_zone
}
"
ssh-keygen
-f
"/var/lib/jenkins/.ssh/known_hosts"
-R
"
$deploy_host
"
if
[[
-z
$WORKSPACE
]]
;
then
dir
=
$(
dirname
$0
)
...
...
@@ -116,7 +117,6 @@ deploy[ora]=$ora
deploy[discern]
=
$discern
deploy[certs]
=
$certs
ssh-keygen
-f
"/var/lib/jenkins/.ssh/known_hosts"
-R
"
$deploy_host
"
# If reconfigure was selected run non-deploy tasks for all roles
if
[[
$reconfigure
==
"true"
]]
;
then
...
...
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