Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
envsetup
Manage
Activity
Members
Plan
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mediaserver
envsetup
Commits
549252b9
Commit
549252b9
authored
4 years ago
by
Stéphane Diemer
Browse files
Options
Downloads
Patches
Plain Diff
Restart skyreach after settings changes | refs
#32883
parent
c3b8a9e0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ansible/roles/mirismanager/handlers/main.yml
+5
-0
5 additions, 0 deletions
ansible/roles/mirismanager/handlers/main.yml
ansible/roles/mirismanager/tasks/main.yml
+4
-0
4 additions, 0 deletions
ansible/roles/mirismanager/tasks/main.yml
with
9 additions
and
0 deletions
ansible/roles/mirismanager/handlers/main.yml
+
5
−
0
View file @
549252b9
...
...
@@ -5,6 +5,11 @@
name
:
nginx
state
:
restarted
-
name
:
restart skyreach
service
:
name
:
skyreach
state
:
restarted
-
name
:
restart apt-cacher-ng
service
:
name
:
apt-cacher-ng
...
...
This diff is collapsed.
Click to expand it.
ansible/roles/mirismanager/tasks/main.yml
+
4
−
0
View file @
549252b9
...
...
@@ -15,6 +15,7 @@
backup
:
true
-
name
:
configure domain name in settings
notify
:
restart skyreach
lineinfile
:
path
:
/home/skyreach/skyreach_data/private/settings_override.py
regexp
:
'
^#?
?SITE_URL.*'
...
...
@@ -22,6 +23,7 @@
backup
:
true
-
name
:
configure site title in settings
notify
:
restart skyreach
lineinfile
:
path
:
/home/skyreach/skyreach_data/private/settings_override.py
regexp
:
'
^#?
?SITE_TITLE.*'
...
...
@@ -29,6 +31,7 @@
backup
:
true
-
name
:
configure site name in settings
notify
:
restart skyreach
lineinfile
:
path
:
/home/skyreach/skyreach_data/private/settings_override.py
regexp
:
'
^#?
?SITE_NAME.*'
...
...
@@ -36,6 +39,7 @@
backup
:
true
-
name
:
configure email sender address in settings
notify
:
restart skyreach
lineinfile
:
path
:
/home/skyreach/skyreach_data/private/settings_override.py
regexp
:
'
^#?
?DEFAULT_FROM_EMAIL.*'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment