Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NetData
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
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
Ansible
Roles
NetData
Commits
c47362e8
Commit
c47362e8
authored
5 years ago
by
jurgenhaas
Browse files
Options
Downloads
Patches
Plain Diff
ansible-playbooks/general#85 Linting
parent
4d7787d0
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
tasks/apache.yml
+1
-1
1 addition, 1 deletion
tasks/apache.yml
tasks/configure.yml
+5
-5
5 additions, 5 deletions
tasks/configure.yml
tasks/install.yml
+4
-4
4 additions, 4 deletions
tasks/install.yml
tasks/mysql.yml
+1
-1
1 addition, 1 deletion
tasks/mysql.yml
tasks/silent.yml
+1
-1
1 addition, 1 deletion
tasks/silent.yml
with
12 additions
and
12 deletions
tasks/apache.yml
+
1
−
1
View file @
c47362e8
...
...
@@ -38,4 +38,4 @@
src
:
health/web_log.conf
dest
:
/etc/netdata/health.d/web_log.conf
notify
:
-
"
Restart
NetData
"
-
Restart NetData
This diff is collapsed.
Click to expand it.
tasks/configure.yml
+
5
−
5
View file @
c47362e8
...
...
@@ -20,7 +20,7 @@
-
option
:
registry to announce
value
:
http://{{ netdata_registry|default("pmon1") }}:19999
notify
:
-
"
Restart
NetData
"
-
Restart NetData
-
name
:
Configure NetData
template
:
...
...
@@ -34,7 +34,7 @@
-
health_alarm_notify.conf
-
python.d.conf
notify
:
-
"
Restart
NetData
"
-
Restart NetData
-
name
:
Configure Python Plugins
template
:
...
...
@@ -47,7 +47,7 @@
with_items
:
-
httpcheck.conf
notify
:
-
"
Restart
NetData
"
-
Restart NetData
-
name
:
Get a list of all health config files
shell
:
ls /usr/lib/netdata/conf.d/health.d/*.conf -1
...
...
@@ -60,7 +60,7 @@
regexp
:
no-clear-notification
with_items
:
'
{{
health_list.stdout_lines
}}'
notify
:
-
"
Restart
NetData
"
-
Restart NetData
-
name
:
Patch Startup Script
lineinfile
:
...
...
@@ -85,4 +85,4 @@
value
:
1000
when
:
ksm.stat.exists
notify
:
-
"
Restart
NetData
"
-
Restart NetData
This diff is collapsed.
Click to expand it.
tasks/install.yml
+
4
−
4
View file @
c47362e8
...
...
@@ -11,7 +11,7 @@
register
:
netdata_clone
when
:
netdata_local_archive is not defined
notify
:
-
"
Restart
NetData
"
-
Restart NetData
-
name
:
Extract NetData Archive
unarchive
:
...
...
@@ -21,7 +21,7 @@
register
:
netdata_extract
when
:
netdata_local_archive is defined
notify
:
-
"
Restart
NetData
"
-
Restart NetData
-
name
:
Install and configure NetData
shell
:
./netdata-installer.sh --dont-wait
...
...
@@ -36,7 +36,7 @@
with_items
:
-
fluentd_buffer
notify
:
-
"
Restart
NetData
"
-
Restart NetData
-
name
:
Install Custom Alerts
template
:
...
...
@@ -46,4 +46,4 @@
-
fluentd_buffer
-
httpcheck
notify
:
-
"
Restart
NetData
"
-
Restart NetData
This diff is collapsed.
Click to expand it.
tasks/mysql.yml
+
1
−
1
View file @
c47362e8
...
...
@@ -7,4 +7,4 @@
regexp
:
#[\s]*pass[\s]*:[\s]*''''
replace: pass
:
'
'
{{
mysql_root_password|default("root")
}}
'
'
notify
:
-
"
Restart
NetData
"
-
Restart NetData
This diff is collapsed.
Click to expand it.
tasks/silent.yml
+
1
−
1
View file @
c47362e8
...
...
@@ -9,4 +9,4 @@
backup
:
yes
with_items
:
'
{{
netdata_silent_alerts
}}'
notify
:
-
"
Restart
NetData
"
-
Restart NetData
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