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
9c7adb37
Commit
9c7adb37
authored
Sep 20, 2013
by
e0d
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updating handler.
parent
7527eb3e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
playbooks/roles/jenkins_master/handlers/main.yml
+6
-2
playbooks/roles/jenkins_master/tasks/main.yml
+1
-1
No files found.
playbooks/roles/jenkins_master/handlers/main.yml
View file @
9c7adb37
...
...
@@ -2,6 +2,9 @@
-
name
:
restart Jenkins
service
:
name=jenkins state=restarted
-
name
:
jenkins | restart nginx
service
:
name=nginx state=restarted
-
name
:
jenkins | start nginx
service
:
name=nginx state=started
-
name
:
jenkins | reload nginx
service
:
name=nginx state=reloaded
\ No newline at end of file
playbooks/roles/jenkins_master/tasks/main.yml
View file @
9c7adb37
...
...
@@ -47,4 +47,4 @@
src=/etc/nginx/sites-available/jenkins
dest=/etc/nginx/sites-enabled/jenkins
state=link
notify
:
jenkins |
re
start nginx
notify
:
jenkins | start nginx
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