Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
E
eth-log-alerting
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ansible
eth-log-alerting
Commits
184b12ad
Commit
184b12ad
authored
Aug 19, 2018
by
Erick Hitter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Handle restarts after config updates
parent
53a7f954
Pipeline
#197
passed with stage
in 3 minutes and 7 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
1 deletion
+6
-1
handlers/main.yml
handlers/main.yml
+4
-1
tasks/install.yml
tasks/install.yml
+1
-0
tasks/service.yml
tasks/service.yml
+1
-0
No files found.
handlers/main.yml
View file @
184b12ad
---
# handlers file for eth-log-alerting
\ No newline at end of file
-
name
:
restart daemon
service
:
name
:
eth-log-alerting
state
:
restarted
tasks/install.yml
View file @
184b12ad
...
...
@@ -14,3 +14,4 @@
owner
:
root
group
:
root
mode
:
0400
notify
:
restart daemon
tasks/service.yml
View file @
184b12ad
...
...
@@ -21,6 +21,7 @@
-
'
DAEMON="{{
eth_log_alerting_binary_dest
}}"'
-
'
DAEMON_ARGS="-config
{{
eth_log_alerting_config_dest
}}"'
-
'
USER="root"'
notify
:
restart daemon
-
name
:
Ensure service is enabled and started
service
:
...
...
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