Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
netdata_server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FSI Ansible
netdata_server
Commits
ed02bf50
Verified
Commit
ed02bf50
authored
Jul 26, 2023
by
David Mehren
Browse files
Options
Downloads
Patches
Plain Diff
More linting fixes
parent
9615930c
No related branches found
No related tags found
No related merge requests found
Pipeline
#179905
passed
Jul 26, 2023
Stage: linting
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
tasks/main.yml
+5
-5
5 additions, 5 deletions
tasks/main.yml
with
5 additions
and
5 deletions
tasks/main.yml
+
5
−
5
View file @
ed02bf50
...
...
@@ -5,7 +5,7 @@
dest
:
/etc/netdata/netdata.conf
owner
:
root
group
:
root
mode
:
0644
mode
:
"
0644
"
notify
:
Restart netdata
-
name
:
Copy netdata stream config
...
...
@@ -14,7 +14,7 @@
dest
:
/etc/netdata/stream.conf
owner
:
root
group
:
root
mode
:
0644
mode
:
"
0644
"
when
:
netdata_master
notify
:
Restart netdata
...
...
@@ -24,7 +24,7 @@
dest
:
/etc/netdata/health.d/
owner
:
root
group
:
root
mode
:
0644
mode
:
"
0644
"
with_fileglob
:
-
"
{{
inventory_hostname
}}/netdata_health_override.conf"
-
netdata_health_override.conf
...
...
@@ -36,7 +36,7 @@
src
:
"
last_collected.conf.j2"
owner
:
root
group
:
root
mode
:
0644
mode
:
"
0644
"
notify
:
Reload netdata alarms
-
name
:
Enable netdata
...
...
@@ -52,7 +52,7 @@
force
:
false
owner
:
root
group
:
root
mode
:
0644
mode
:
"
0644
"
-
name
:
Set email sender
ansible.builtin.lineinfile
:
...
...
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