Skip to content
Snippets Groups Projects
Commit c47362e8 authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-playbooks/general#85 Linting

parent 4d7787d0
No related branches found
No related tags found
No related merge requests found
......@@ -38,4 +38,4 @@
src: health/web_log.conf
dest: /etc/netdata/health.d/web_log.conf
notify:
- "Restart NetData"
- Restart NetData
......@@ -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
......@@ -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
......@@ -7,4 +7,4 @@
regexp: #[\s]*pass[\s]*:[\s]*''''
replace: pass : ''{{ mysql_root_password|default("root") }}''
notify:
- "Restart NetData"
- Restart NetData
......@@ -9,4 +9,4 @@
backup: yes
with_items: '{{ netdata_silent_alerts }}'
notify:
- "Restart NetData"
- Restart NetData
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment