forked from openedx-unsupported/configuration
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Merge pull request openedx-unsupported#2772 from edx/ned/merg…
- Loading branch information
Showing
9 changed files
with
100 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
# | ||
# edX Configuration | ||
# | ||
# github: https://github.com/edx/configuration | ||
# wiki: https://github.com/edx/configuration/wiki | ||
# code style: https://github.com/edx/configuration/wiki/Ansible-Coding-Conventions | ||
# license: https://github.com/edx/configuration/blob/master/LICENSE.TXT | ||
# | ||
# | ||
# | ||
# Handlers for role certs | ||
# | ||
# Overview: | ||
# | ||
|
||
- name: restart certs | ||
supervisorctl: > | ||
name=certs | ||
supervisorctl_path={{ supervisor_ctl }} | ||
config={{ supervisor_cfg }} | ||
state=restarted | ||
when: certs_installed is defined and not disable_edx_services |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
- name: restart xqueue | ||
supervisorctl: > | ||
name={{ item }} | ||
supervisorctl_path={{ supervisor_ctl }} | ||
config={{ supervisor_cfg }} | ||
state=restarted | ||
when: xqueue_installed is defined and not disable_edx_services | ||
with_items: | ||
- xqueue | ||
- xqueue_consumer |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.